diff options
Diffstat (limited to 'admin_trees_export.php')
| -rw-r--r-- | admin_trees_export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_trees_export.php b/admin_trees_export.php index 1bc2425881..0e2ece4c95 100644 --- a/admin_trees_export.php +++ b/admin_trees_export.php @@ -23,7 +23,7 @@ use WT\Auth; define('WT_SCRIPT_NAME', 'admin_trees_export.php'); require './includes/session.php'; -$controller=new WT_Controller_Ajax(); +$controller = new WT_Controller_Ajax(); $controller ->pageHeader() ->restrictAccess(Auth::isManager()); |
