From 9fa1778225c97e262560acb14a1c935af972ff71 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 4 Jan 2012 16:23:34 +0100 Subject: [PATCH] Fixed missing module_status in board3_basic_install() --- root/portal/includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 9238d5ff..fc938c69 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -798,6 +798,7 @@ function board3_basic_install($mode = 'install', $purge_modules = true, $u_actio 'module_group_ids' => '', 'module_image_width' => 16, 'module_image_height' => 16, + 'module_status' => B3_MODULE_ENABLED, ); $sql = 'INSERT INTO ' . PORTAL_MODULES_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_ary); $db->sql_query($sql);