summaryrefslogtreecommitdiff
path: root/edit_storage_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-30 22:25:07 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-30 22:25:07 +0000
commitf54d3fa65f9aed33d22ff188b4fc3ec81542566b (patch)
tree9715c57bdfeca9d04fef52c5720781c8b2ece1e1 /edit_storage_inc.php
parent2ffdf635ef58937eca0ae3d7c95bc3c052968126 (diff)
downloadliberty-f54d3fa65f9aed33d22ff188b4fc3ec81542566b.tar.gz
liberty-f54d3fa65f9aed33d22ff188b4fc3ec81542566b.tar.bz2
liberty-f54d3fa65f9aed33d22ff188b4fc3ec81542566b.zip
synch recent changes from R1 to HEAD
Diffstat (limited to 'edit_storage_inc.php')
-rw-r--r--edit_storage_inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_storage_inc.php b/edit_storage_inc.php
index 5c8cf0f..8567bc1 100644
--- a/edit_storage_inc.php
+++ b/edit_storage_inc.php
@@ -3,7 +3,7 @@
* edit_storage_inc
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
* @package liberty
* @subpackage functions
*
@@ -12,7 +12,7 @@
*
* Calculate a base URL for the attachment deletion/removal icons to use
*/
-global $gBitSmarty, $gContent, $gBitUser;
+global $gBitSmarty, $gContent, $gBitUser, $gLibertySystem;
$attachmentActionBaseURL = $_SERVER['PHP_SELF'].'?';
$GETArgs = split('&',$_SERVER['QUERY_STRING']);
@@ -49,6 +49,6 @@ if (!empty($_REQUEST['deleteAttachment'])) {
$gContent->detachAttachment($attachmentId);
}
}
-
+$gBitSmarty->assign_by_ref('gLibertySystem', $gLibertySystem);
?>