Actually create syschan during install
This commit is contained in:
parent
fea711ecde
commit
93000ebad6
@ -602,6 +602,9 @@ function what_next() {
|
||||
$a = get_app();
|
||||
// install the standard theme
|
||||
set_config('system','allowed_themes','redbasic');
|
||||
// Create a system channel
|
||||
require_once ('include/identity.php');
|
||||
create_sys_channel();
|
||||
$baseurl = $a->get_baseurl();
|
||||
return
|
||||
t('<h1>What next</h1>')
|
||||
|
Reference in New Issue
Block a user