summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 64b9537c53..bbaf604e85 100644
--- a/index.php
+++ b/index.php
@@ -81,7 +81,7 @@ if ($action == 'ajax') {
exit;
}
-$controller=new WT_Controller_Page();
+$controller = new WT_Controller_Page();
if ($ctype=='user') {
$controller->restrictAccess(Auth::isMember());
}