summaryrefslogtreecommitdiff
path: root/like_pages.php
diff options
context:
space:
mode:
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' ));