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