summaryrefslogtreecommitdiff
path: root/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'stats.php')
-rwxr-xr-xstats.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/stats.php b/stats.php
index 9903af9..f4d24bb 100755
--- a/stats.php
+++ b/stats.php
@@ -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' ]);