diff --git a/root/install_portal/schemas/update_schema.php b/root/install_portal/schemas/update_schema.php index a19117a4..13e4b9e6 100644 --- a/root/install_portal/schemas/update_schema.php +++ b/root/install_portal/schemas/update_schema.php @@ -12,8 +12,8 @@ $sql_update['0.2.2'] = array( ); $sql_update['0.2.3'] = array( - "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_persmissions', '1')", - "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_persmissions', '1')", + "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_permissions', '1')", + "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_permissions', '1')", ); ?> \ No newline at end of file