From f0a1a2c8bcabc7690b6aa6cb0186439673798e4f Mon Sep 17 00:00:00 2001 From: Yannick Date: Sun, 21 Dec 2014 02:38:58 +0100 Subject: [PATCH] #1022 Fix wrong config item --- include/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/install.php b/include/install.php index ef873af52..c26e05596 100644 --- a/include/install.php +++ b/include/install.php @@ -1540,7 +1540,7 @@ public static function create_database($db_type, $db_host, $db_name, $db_usernam 'o_back_to_top' => 1, 'o_show_copyright' => 1, 'o_copyright_type' => 0, - 'o_copyright_type' => NULL, + 'o_custom_copyright' => NULL, 'p_message_img_tag' => 1, 'p_message_all_caps' => 1, 'p_subject_all_caps' => 1,