diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-11-07 10:25:06 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-11-07 10:25:06 +0000 |
| commit | 1a0adbc60aea724289110bd0a5dac6edca4923aa (patch) | |
| tree | 3202d808c7745784c1e20d6c25ff45f0df5dc8cf /upload.php | |
| parent | 9166b1e5f1d0b80753bbe9374ea32b77b7a2c044 (diff) | |
| download | fisheye-1a0adbc60aea724289110bd0a5dac6edca4923aa.tar.gz fisheye-1a0adbc60aea724289110bd0a5dac6edca4923aa.tar.bz2 fisheye-1a0adbc60aea724289110bd0a5dac6edca4923aa.zip | |
fix extended upload slot loading
Diffstat (limited to 'upload.php')
| -rw-r--r-- | upload.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ); } |
