diff options
Diffstat (limited to 'stats.php')
| -rwxr-xr-x | stats.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -13,7 +13,7 @@ * @package search * @subpackage functions */ - + /** * requires setup */ @@ -65,7 +65,5 @@ if ($offset > 0) { $gBitSmarty->assign('channels', $channels["data"]); - - // Display the template -$gBitSystem->display( 'bitpackage:stats/search_stats.tpl', null, array( 'display_mode' => 'display' )); +$gBitSystem->display( 'bitpackage:stats/search_stats.tpl', null, [ 'display_mode' => 'display' ]); |
