summaryrefslogtreecommitdiff
path: root/edition.php
diff options
context:
space:
mode:
Diffstat (limited to 'edition.php')
-rwxr-xr-x[-rw-r--r--]edition.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/edition.php b/edition.php
index df1a59a..b07c788 100644..100755
--- a/edition.php
+++ b/edition.php
@@ -48,7 +48,7 @@ if( $gContent->isValid() ) {
} else {
$listHash = array();
$editions = $gContent->getList( $listHash );
- $gBitSmarty->assignByRef( 'editionList', $editions );
+ $gBitSmarty->assign( 'editionList', $editions );
$gBitSmarty->assign( 'listInfo', $listHash );
$title = tra("List Editions");
$mid = 'bitpackage:newsletters/list_editions.tpl';
@@ -57,4 +57,3 @@ if( $gContent->isValid() ) {
// Display the template
$gBitSystem->display( $mid, $title , array( 'display_mode' => 'edit' ));
-?>