summaryrefslogtreecommitdiff
path: root/admin_trees_download.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_trees_download.php')
-rw-r--r--admin_trees_download.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_trees_download.php b/admin_trees_download.php
index 4de90e930e..c4252241e9 100644
--- a/admin_trees_download.php
+++ b/admin_trees_download.php
@@ -27,7 +27,7 @@ define('WT_SCRIPT_NAME', 'admin_trees_download.php');
require './includes/session.php';
require WT_ROOT.'includes/functions/functions_export.php';
-$controller=new WT_Controller_Page();
+$controller = new WT_Controller_Page();
$controller
->setPageTitle(WT_I18N::translate('Download GEDCOM'))
->restrictAccess(Auth::isManager());