summaryrefslogtreecommitdiff
path: root/like_pages.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 17:44:38 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 17:44:38 +0000
commit48d38bcee6e51e54102c85cabb2f5b94a819a03c (patch)
tree3ad8d7370c6a0ffc301b407f56270e1bb0b4c89f /like_pages.php
parent5f2e82a1fb1803fcc79fd31bd0f318f3661d639c (diff)
downloadwiki-48d38bcee6e51e54102c85cabb2f5b94a819a03c.tar.gz
wiki-48d38bcee6e51e54102c85cabb2f5b94a819a03c.tar.bz2
wiki-48d38bcee6e51e54102c85cabb2f5b94a819a03c.zip
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'like_pages.php')
-rw-r--r--like_pages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/like_pages.php b/like_pages.php
index 60e61dd..d23c719 100644
--- a/like_pages.php
+++ b/like_pages.php
@@ -26,7 +26,7 @@ if( !$gContent->isValid() ) {
}
$likepages = $gContent->getLikePages( $gContent->mInfo['title'] );
-$gBitSmarty->assign_by_ref( 'likepages', $likepages );
+$gBitSmarty->assignByRef( 'likepages', $likepages );
// Display the template
$gBitSystem->display( 'bitpackage:wiki/like_pages.tpl', NULL, array( 'display_mode' => 'display' ));