summaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-11-07 10:25:06 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-11-07 10:25:06 +0000
commit1a0adbc60aea724289110bd0a5dac6edca4923aa (patch)
tree3202d808c7745784c1e20d6c25ff45f0df5dc8cf /upload.php
parent9166b1e5f1d0b80753bbe9374ea32b77b7a2c044 (diff)
downloadfisheye-1a0adbc60aea724289110bd0a5dac6edca4923aa.tar.gz
fisheye-1a0adbc60aea724289110bd0a5dac6edca4923aa.tar.bz2
fisheye-1a0adbc60aea724289110bd0a5dac6edca4923aa.zip
fix extended upload slot loading
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/upload.php b/upload.php
index cc79372..41fe339 100644
--- a/upload.php
+++ b/upload.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.33 2007/10/25 17:39:41 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.34 2007/11/07 10:25:06 squareing Exp $
* @package fisheye
* @subpackage functions
*/
@@ -116,9 +116,7 @@ $gBitSmarty->assign_by_ref( 'galleryList', $galleryList );
if( $gBitSystem->isPackageActive( 'gigaupload' ) ) {
gigaupload_smarty_setup( FISHEYE_PKG_URL.'upload.php' );
} elseif( $gBitSystem->isFeatureActive( 'fisheye_extended_upload_slots' ) ) {
- $uploadSlots = array();
- $uploadSlots = array_pad( $uploadSlots, 9, 0 );
- $gBitSmarty->assign( 'uploadSlots', $uploadSlots );
+ $gBitThemes->loadAjax( 'mochikit' );
} else {
$gBitSmarty->assign( 'loadMultiFile', TRUE );
}