summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 17:30:39 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 17:30:39 +0000
commit8ac5971140c734bc524dda5a2f18e0c9d73dc80c (patch)
tree7a63a6347f264c2f8d1fb3477a4f013e653f06a0
parentd999afa682297817deb31ca224a5796df548e75f (diff)
downloadtags-8ac5971140c734bc524dda5a2f18e0c9d73dc80c.tar.gz
tags-8ac5971140c734bc524dda5a2f18e0c9d73dc80c.tar.bz2
tags-8ac5971140c734bc524dda5a2f18e0c9d73dc80c.zip
Move from Smarty2 to Smarty3 function style
-rw-r--r--LibertyTag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibertyTag.php b/LibertyTag.php
index 650676b..2919d6a 100644
--- a/LibertyTag.php
+++ b/LibertyTag.php
@@ -576,7 +576,7 @@ class LibertyTag extends LibertyBase {
$distinctdata = $this->array_distinct( $contentList, 'content_id' );
$distinctdata = array_merge($distinctdata);
}
- $gBitSmarty->assign_by_ref('contentList', $distinctdata);
+ $gBitSmarty->assignByRef('contentList', $distinctdata);
return $contentList;
}