summaryrefslogtreecommitdiff
path: root/read.php
diff options
context:
space:
mode:
Diffstat (limited to 'read.php')
-rw-r--r--read.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.php b/read.php
index aa3c0b3..3992222 100644
--- a/read.php
+++ b/read.php
@@ -41,14 +41,14 @@ if ( ($gContent->mInfo['publish_date'] > $timestamp) && !$gContent->hasUpdatePer
}
$gContent->addHit();
-$gBitSmarty->assign_by_ref( 'article', $gContent->mInfo );
+$gBitSmarty->assignByRef( 'article', $gContent->mInfo );
// get all the services that want to display something on this page
$displayHash = array( 'perm_name' => 'p_articles_read' );
$gContent->invokeServices( 'content_display_function', $displayHash );
$topics = BitArticleTopic::getTopicList();
-$gBitSmarty->assign_by_ref( 'topics', $topics );
+$gBitSmarty->assignByRef( 'topics', $topics );
// Comments engine!
if( @$gContent->mInfo['allow_comments'] == 'y' ) {