summaryrefslogtreecommitdiff
path: root/includes/set_gedcom_defaults.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/set_gedcom_defaults.php')
-rw-r--r--includes/set_gedcom_defaults.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/set_gedcom_defaults.php b/includes/set_gedcom_defaults.php
index e4adce888d..40f8b45c1c 100644
--- a/includes/set_gedcom_defaults.php
+++ b/includes/set_gedcom_defaults.php
@@ -56,5 +56,7 @@ $statement=WT_DB::prepare(
$statement->execute(array($ged_id, 'title', i18n::translate('Genealogy from [%s]', $ged_name)));
$statement->execute(array($ged_id, 'imported', 0));
+$statement->execute(array($ged_id, 'CONTACT_USER_ID', WT_USER_ID));
+$statement->execute(array($ged_id, 'WEBMASTER_USER_ID', WT_USER_ID));
// Eventually, all the settings in config_gedcom.php and privacy.php will be here...