diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-06-10 16:43:17 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-06-10 16:43:17 +0000 |
| commit | 926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5 (patch) | |
| tree | d8183de1b79a73ab090d59e8fba1f8ff2af7bc09 /Pigeonholes.php | |
| parent | c77bdcd8f8f75a85928beb8fea1368acbe73449e (diff) | |
| download | pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.tar.gz pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.tar.bz2 pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.zip | |
Add attachment browser.
Diffstat (limited to 'Pigeonholes.php')
| -rw-r--r-- | Pigeonholes.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index 6eb2b2f..a055893 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.87 2007/06/10 14:30:35 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.88 2007/06/10 16:43:17 nickpalmer Exp $ * * +----------------------------------------------------------------------+ * | Copyright ( c ) 2004, bitweaver.org @@ -17,7 +17,7 @@ * Pigeonholes class * * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.87 $ + * @version $Revision: 1.88 $ * @package pigeonholes */ @@ -91,6 +91,8 @@ class Pigeonholes extends LibertyAttachable { $this->mInfo['parsed_data'] = $this->parseData( $row ); } + LibertyAttachable::load(); + // if the content for the pigeonhole is requested, get it if( $pExtras ) { $this->mInfo['path'] = $this->getPigeonholePath(); |
