From 852f2d8da7eb0a6c5aec7899fb640d6f7dee17eb Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 17 Nov 2016 20:20:30 -0500 Subject: [PATCH] Fix CSS class --- install/mods-for-hesk/sql/installSql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/mods-for-hesk/sql/installSql.php b/install/mods-for-hesk/sql/installSql.php index fdee554f..3366c473 100644 --- a/install/mods-for-hesk/sql/installSql.php +++ b/install/mods-for-hesk/sql/installSql.php @@ -885,7 +885,7 @@ function execute300Scripts() { executeQuery("UPDATE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "users` SET `autoreload` = `autorefresh` / 10"); // Add the admin_color_scheme setting - executeQuery("INSERT INTO `" . hesk_dbEscape($hesk_settings['db_pfix']) . "settings` (`Key`, `Value`) VALUES ('admin_color_scheme', 'skin_blue')"); + executeQuery("INSERT INTO `" . hesk_dbEscape($hesk_settings['db_pfix']) . "settings` (`Key`, `Value`) VALUES ('admin_color_scheme', 'skin-blue')"); updateVersion('3.0.0'); -} \ No newline at end of file +}