diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 17:47:25 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 17:47:25 +0000 |
| commit | b434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb (patch) | |
| tree | 22a476888bfe85a7b608c4550aff0e634f2ed36d /my_images.php | |
| parent | 989bcff1ef63dc647972682f8ab6cda9932855ed (diff) | |
| download | users-b434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb.tar.gz users-b434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb.tar.bz2 users-b434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb.zip | |
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'my_images.php')
| -rw-r--r-- | my_images.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my_images.php b/my_images.php index f125daf..0b507ff 100644 --- a/my_images.php +++ b/my_images.php @@ -45,7 +45,7 @@ if( !empty( $_REQUEST['store'] )) { // For some reason, we have to reassign here to make our changes to gBitUser->mInfo present in smarty. // dunno why, but this fixes the bug. XOXO spiderr -$gBitSmarty->assign_by_ref( 'gQueryUser', $gQueryUser ); +$gBitSmarty->assignByRef( 'gQueryUser', $gQueryUser ); $gBitSystem->display( 'bitpackage:users/my_images.tpl', tra( 'Personal Images' ), array( 'display_mode' => 'display' )); ?> |
