Actually create syschan during install

This commit is contained in:
Thomas Willingham 2014-03-07 17:29:36 +00:00
parent fea711ecde
commit 93000ebad6

View File

@ -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>')