summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-10 18:59:40 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-10 18:59:40 +0000
commit4c9aa135e68b8b880d346d22cf0067f8397e1d78 (patch)
tree9731c269fd4b4945d8661f4d9596f22de7eff8b9 /edit.php
parent9731b4ca7e237536a9fb360e533fcafdf75e194c (diff)
downloadfisheye-4c9aa135e68b8b880d346d22cf0067f8397e1d78.tar.gz
fisheye-4c9aa135e68b8b880d346d22cf0067f8397e1d78.tar.bz2
fisheye-4c9aa135e68b8b880d346d22cf0067f8397e1d78.zip
move loadAjax() to BitThemes
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 0baaf35..6c175e7 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.21 2007/07/09 22:03:18 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.22 2007/07/10 18:59:40 squareing Exp $
* @package fisheye
* @subpackage functions
*/
@@ -93,7 +93,7 @@ $errors = (!empty($gContent->mErrors) ? $gContent->mErrors : array());
$gBitSmarty->assign_by_ref('errors', $errors);
$gBitSystem->setOnloadScript( 'updateGalleryPagination();' );
-$gBitSystem->loadAjax( 'prototype' );
+$gBitThemes->loadAjax( 'prototype' );
$gallery = $gContent->getParentGalleries();
$gBitSmarty->assign_by_ref( 'parentGalleries', $gallery );