diff options
Diffstat (limited to 'admin_site_other.php')
| -rw-r--r-- | admin_site_other.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_site_other.php b/admin_site_other.php index 014d300c4e..7dbca56f92 100644 --- a/admin_site_other.php +++ b/admin_site_other.php @@ -27,7 +27,7 @@ define('WT_SCRIPT_NAME', 'admin_site_other.php'); require './includes/session.php'; require WT_ROOT.'includes/functions/functions_edit.php'; -$controller=new WT_Controller_Page(); +$controller = new WT_Controller_Page(); $controller ->restrictAccess(Auth::isManager()) ->setPageTitle(WT_I18N::translate('Add unlinked records')) |
