diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 17:44:38 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 17:44:38 +0000 |
| commit | 48d38bcee6e51e54102c85cabb2f5b94a819a03c (patch) | |
| tree | 3ad8d7370c6a0ffc301b407f56270e1bb0b4c89f /print_pages.php | |
| parent | 5f2e82a1fb1803fcc79fd31bd0f318f3661d639c (diff) | |
| download | wiki-48d38bcee6e51e54102c85cabb2f5b94a819a03c.tar.gz wiki-48d38bcee6e51e54102c85cabb2f5b94a819a03c.tar.bz2 wiki-48d38bcee6e51e54102c85cabb2f5b94a819a03c.zip | |
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'print_pages.php')
| -rw-r--r-- | print_pages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print_pages.php b/print_pages.php index 9f60676..4c27d5b 100644 --- a/print_pages.php +++ b/print_pages.php @@ -49,7 +49,7 @@ $listHash = array( 'find' => $find, ); $pages = $gContent->getList( $listHash ); -$gBitSmarty->assign_by_ref('pages', $pages); +$gBitSmarty->assignByRef('pages', $pages); // Display the template $gBitSystem->display( 'bitpackage:wiki/print_pages.tpl', NULL, array( 'display_mode' => 'display' )); |
