diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-07 17:29:36 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-07 17:29:36 +0000 |
commit | 93000ebad6520018712128833bd8f4fbab4a1f68 (patch) | |
tree | be2faf43dc902736afe2765997000ce03dca3793 /mod | |
parent | fea711ecde2d227b13d410c797f6e67526935010 (diff) | |
download | volse-hubzilla-93000ebad6520018712128833bd8f4fbab4a1f68.tar.gz volse-hubzilla-93000ebad6520018712128833bd8f4fbab4a1f68.tar.bz2 volse-hubzilla-93000ebad6520018712128833bd8f4fbab4a1f68.zip |
Actually create syschan during install
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/setup.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/setup.php b/mod/setup.php index 14572699e..d12627e84 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -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>') |