From 474c3df22f7a78b1c9f1b10800e417d232f28857 Mon Sep 17 00:00:00 2001 From: Len Date: Sat, 31 Aug 2019 12:03:34 -0400 Subject: [PATCH] Update app_config.php (#4482) Bug Fix: ERROR: invalid input syntax for type uuid --- themes/default/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/app_config.php b/themes/default/app_config.php index 380cd52062..138c40c674 100644 --- a/themes/default/app_config.php +++ b/themes/default/app_config.php @@ -110,7 +110,7 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "text hover color of the active domain in the side menu Domain selector"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f4c341a2-7cec-42b0-b110-6e27036e5592 "; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f4c341a2-7cec-42b0-b110-6e27036e5592"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "theme"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "domain_inactive_text_color_hover"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";