summaryrefslogtreecommitdiff
path: root/browse.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 20:33:37 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 20:33:37 +0000
commit27be7b4418c3895a3abed684c97f373f9429b038 (patch)
tree93c1cabb4f5a6f920a1caf23a6df963ec6c3b7f0 /browse.php
parent94047c98bb3e8f6f530d257c17b01d5cc20ba893 (diff)
downloadfisheye-27be7b4418c3895a3abed684c97f373f9429b038.tar.gz
fisheye-27be7b4418c3895a3abed684c97f373f9429b038.tar.bz2
fisheye-27be7b4418c3895a3abed684c97f373f9429b038.zip
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse.php b/browse.php
index 7cb21ad..7a7c87d 100644
--- a/browse.php
+++ b/browse.php
@@ -16,7 +16,7 @@ global $gBitSystem, $gBitSmarty;
$gFisheyeGallery = new FisheyeGallery();
$galleryList = $gFisheyeGallery->getList( $_REQUEST );
-$gBitSmarty->assign_by_ref( 'galleryList', $galleryList );
+$gBitSmarty->assignByRef( 'galleryList', $galleryList );
$gBitSystem->display( "bitpackage:fisheye/browse_galleries.tpl" , NULL, array( 'display_mode' => 'display' ));