diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()); } |
