From 8ac5971140c734bc524dda5a2f18e0c9d73dc80c Mon Sep 17 00:00:00 2001 From: lsces Date: Sun, 7 Feb 2016 17:30:39 +0000 Subject: Move from Smarty2 to Smarty3 function style --- LibertyTag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.3