diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-06-20 16:22:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-06-20 16:22:56 +0000 |
| commit | 818001351bb16bbe77954561027a8f9569619644 (patch) | |
| tree | 756c61128823a25e817f874b1eb0d486faafdb96 /upload.php | |
| parent | 28fcc8207eccb763270017796f5147c86bdd4319 (diff) | |
| download | fisheye-818001351bb16bbe77954561027a8f9569619644.tar.gz fisheye-818001351bb16bbe77954561027a8f9569619644.tar.bz2 fisheye-818001351bb16bbe77954561027a8f9569619644.zip | |
typos
Diffstat (limited to 'upload.php')
| -rw-r--r-- | upload.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.16 2006/06/10 16:18:42 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.17 2006/06/20 16:22:56 squareing Exp $ * @package fisheye * @subpackage functions */ @@ -77,7 +77,7 @@ $galleryList = $gFisheyeGallery->getList( $listHash ); $gBitSmarty->assign_by_ref( 'galleryList', $galleryList['data'] ); if( $gBitSystem->isPackageActive( 'gigaupload' ) ) { - gigapload_smarty_setup( FISHEYE_PKG_URL.'upload.php' ); + gigaupload_smarty_setup( FISHEYE_PKG_URL.'upload.php' ); } else { $gBitSmarty->assign( 'loadMultiFile', TRUE ); } |
