summaryrefslogtreecommitdiff
path: root/index_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'index_edit.php')
-rw-r--r--index_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index_edit.php b/index_edit.php
index 1f1568acca..cc51e76ede 100644
--- a/index_edit.php
+++ b/index_edit.php
@@ -26,7 +26,7 @@ use WT\Auth;
define('WT_SCRIPT_NAME', 'index_edit.php');
require './includes/session.php';
-$controller=new WT_Controller_Ajax();
+$controller = new WT_Controller_Ajax();
// Only one of $user_id and $gedcom_id should be set
$user_id = WT_Filter::get('user_id', WT_REGEX_INTEGER, WT_Filter::post('user_id', WT_REGEX_INTEGER));