diff options
Diffstat (limited to 'statistics.php')
| -rw-r--r-- | statistics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics.php b/statistics.php index 477b91d272..0b4ec44e6c 100644 --- a/statistics.php +++ b/statistics.php @@ -32,7 +32,7 @@ $tab = WT_Filter::getInteger('tab', 0, 3); $ajax = WT_Filter::getBool('ajax'); if (!$ajax) { - $controller=new WT_Controller_Page(); + $controller = new WT_Controller_Page(); $controller->setPageTitle(WT_I18N::translate('Statistics')) ->addExternalJavascript(WT_STATIC_URL . 'js/autocomplete.js') ->addInlineJavascript(' |
