diff options
Diffstat (limited to 'admin/list_cache.php')
| -rwxr-xr-x | admin/list_cache.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/list_cache.php b/admin/list_cache.php index 3794e9e..1c5230a 100755 --- a/admin/list_cache.php +++ b/admin/list_cache.php @@ -74,8 +74,7 @@ if ($offset > 0) { $gBitSmarty->assign('listpages', $listpages["data"]); //print_r($listpages["data"]); - // Display the template -$gBitSystem->display( 'bitpackage:kernel/list_cache.tpl', null, array( 'display_mode' => 'list' )); +$gBitSystem->display( 'bitpackage:kernel/list_cache.tpl', null, [ 'display_mode' => 'list' ]); ?> |
