From 066f8dd6a637a6d908f18acbe8ca89f07067196f Mon Sep 17 00:00:00 2001 From: lsces Date: Sun, 7 Feb 2016 17:09:31 +0000 Subject: Move from Smarty2 to Smarty3 function style --- admin/admin_feed_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/admin_feed_inc.php b/admin/admin_feed_inc.php index 8328177..86115c1 100644 --- a/admin/admin_feed_inc.php +++ b/admin/admin_feed_inc.php @@ -20,7 +20,7 @@ if( !empty( $_REQUEST['store_feed'] ) ) { } $contentTypes = get_content_types(); -$gBitSmarty->assign_by_ref('contentTypes',$contentTypes); +$gBitSmarty->assignByRef('contentTypes',$contentTypes); -- cgit v1.3