diff options
Diffstat (limited to 'page_history.php')
| -rwxr-xr-x | page_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/page_history.php b/page_history.php index add60d5..1fc012a 100755 --- a/page_history.php +++ b/page_history.php @@ -55,5 +55,5 @@ $gBitSmarty->assign( 'listInfo', $history['listInfo'] ); // Display the template $gBitSmarty->assign( 'gContent', $gContent ); -$gBitSystem->display( 'bitpackage:wiki/page_history.tpl' , null, array( 'display_mode' => 'display' )); +$gBitSystem->display( 'bitpackage:wiki/page_history.tpl' , null, [ 'display_mode' => 'display' ]); |
