From 93000ebad6520018712128833bd8f4fbab4a1f68 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 7 Mar 2014 17:29:36 +0000 Subject: Actually create syschan during install --- mod/setup.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod') 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('

What next

') -- cgit v1.2.3