diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 20:33:37 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 20:33:37 +0000 |
| commit | 27be7b4418c3895a3abed684c97f373f9429b038 (patch) | |
| tree | 93c1cabb4f5a6f920a1caf23a6df963ec6c3b7f0 /upload.php | |
| parent | 94047c98bb3e8f6f530d257c17b01d5cc20ba893 (diff) | |
| download | fisheye-27be7b4418c3895a3abed684c97f373f9429b038.tar.gz fisheye-27be7b4418c3895a3abed684c97f373f9429b038.tar.bz2 fisheye-27be7b4418c3895a3abed684c97f373f9429b038.zip | |
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'upload.php')
| -rw-r--r-- | upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ if( $gBitSystem->isFeatureActive( 'fisheye_show_all_to_admins' ) && $gBitUser->h $galleryTree = $gContent->generateList( $getHash, array( 'name' => "gallery_id", 'id' => "gallerylist", 'item_attributes' => array( 'class'=>'listingtitle'), 'radio_checkbox' => TRUE, ), true ); -$gBitSmarty->assign_by_ref( 'galleryTree', $galleryTree ); +$gBitSmarty->assignByRef( 'galleryTree', $galleryTree ); if( $gLibertySystem->hasService( 'upload' ) ) { $gContent->invokeServices( "content_pre_upload_function", $_REQUEST ); |
