aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-23 18:12:32 -0700
committerfriendica <info@friendica.com>2014-03-23 18:12:32 -0700
commit944d051e459aa86559734ea1794ec6c87129d98d (patch)
tree322e870330d20f9b69f7fbb3c4217eb959fdf1a2 /include/zot.php
parent02af02118d1b55e9fcd7cd60a23fa5799335d075 (diff)
downloadvolse-hubzilla-944d051e459aa86559734ea1794ec6c87129d98d.tar.gz
volse-hubzilla-944d051e459aa86559734ea1794ec6c87129d98d.tar.bz2
volse-hubzilla-944d051e459aa86559734ea1794ec6c87129d98d.zip
create_sys_channel during setup bypasses our check when creating the first account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created.
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index 35b322b54..3c9731f05 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -943,6 +943,8 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) {
$ret['hash'] = $xchan_hash;
}
+
+
logger('import_xchan: result: ' . print_r($ret,true), LOGGER_DATA);
return $ret;
}