diff options
author | friendica <info@friendica.com> | 2014-03-08 17:56:04 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-08 17:56:04 +1100 |
commit | b2b5d5838a27a2d1bffb9106b4e3d41fcf28e8d9 (patch) | |
tree | bbb37c0212d3c0cbdf03f2e6afcaededd5c707ee /mod | |
parent | d83ebcdab5239ab82054cbb93d05b343777f5f56 (diff) | |
parent | 70ff71c03b2e9663b4b6e3a536cd726749039a08 (diff) | |
download | volse-hubzilla-b2b5d5838a27a2d1bffb9106b4e3d41fcf28e8d9.tar.gz volse-hubzilla-b2b5d5838a27a2d1bffb9106b4e3d41fcf28e8d9.tar.bz2 volse-hubzilla-b2b5d5838a27a2d1bffb9106b4e3d41fcf28e8d9.zip |
Merge pull request #357 from beardy-unixer/master
Create sys channels
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>') |