summaryrefslogtreecommitdiff
path: root/my.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 17:47:25 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 17:47:25 +0000
commitb434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb (patch)
tree22a476888bfe85a7b608c4550aff0e634f2ed36d /my.php
parent989bcff1ef63dc647972682f8ab6cda9932855ed (diff)
downloadusers-b434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb.tar.gz
users-b434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb.tar.bz2
users-b434b0b967ec81d9612d99dbbb5ff43a8a9ca7cb.zip
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'my.php')
-rw-r--r--my.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/my.php b/my.php
index 988b7c1..13cfc87 100644
--- a/my.php
+++ b/my.php
@@ -46,7 +46,7 @@ if( $gBitSystem->isFeatureActive( 'display_users_content_list' ) ) {
$numPages = ceil( $contentListHash['cant'] / $gBitSystem->getConfig( 'max_records' ) );
$gBitSmarty->assign( 'numPages', $numPages );
- //$gBitSmarty->assign_by_ref('offset', $offset);
+ //$gBitSmarty->assignByRef('offset', $offset);
$gBitSmarty->assign( 'contentSelect', $contentSelect );
$gBitSmarty->assign( 'contentTypes', $contentTypes );
$gBitSmarty->assign( 'contentList', $contentList );