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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user