summaryrefslogtreecommitdiff
path: root/edit_storage_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_storage_inc.php')
-rw-r--r--edit_storage_inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/edit_storage_inc.php b/edit_storage_inc.php
index 648e80e..3a568d6 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.20 $
+ * @version $Revision: 1.21 $
* @package liberty
* @subpackage functions
*
@@ -59,7 +59,8 @@ $gBitSmarty->assign_by_ref( 'gLibertySystem', $gLibertySystem );
// seems like there should be a better way to do this -- maybe original assign should have been by reference?
$gBitSmarty->clear_assign( 'gContent' );
$gBitSmarty->assign( 'gContent', $gContent );
-$gBitThemes->loadAjax( 'prototype' );
+$gBitThemes->loadAjax( 'mochikit' );
+$gBitSmarty->assign( 'attachments_ajax', TRUE );
// output some stuff for ajax div
if( BitThemes::isAjaxRequest() ) {