summaryrefslogtreecommitdiff
path: root/edition.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 21:38:59 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 21:38:59 +0000
commit2d7dc539a3bde6d3eab6e6c9822c1821cbd5e32c (patch)
tree1d56a516b2eb6ba6e1f2d2c9ed9f89eb44237840 /edition.php
parent4dad4adf910a1dd95b6db102978803b968b55e51 (diff)
downloadnewsletters-2d7dc539a3bde6d3eab6e6c9822c1821cbd5e32c.tar.gz
newsletters-2d7dc539a3bde6d3eab6e6c9822c1821cbd5e32c.tar.bz2
newsletters-2d7dc539a3bde6d3eab6e6c9822c1821cbd5e32c.zip
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'edition.php')
-rw-r--r--edition.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edition.php b/edition.php
index 002da30..2436177 100644
--- a/edition.php
+++ b/edition.php
@@ -48,7 +48,7 @@ if( $gContent->isValid() ) {
} else {
$listHash = array();
$editions = $gContent->getList( $listHash );
- $gBitSmarty->assign_by_ref( 'editionList', $editions );
+ $gBitSmarty->assignByRef( 'editionList', $editions );
$gBitSmarty->assign( 'listInfo', $listHash );
$title = tra("List Editions");
$mid = 'bitpackage:newsletters/list_editions.tpl';