Explorar el Código

Update app_config.php (#4482)

Bug Fix: ERROR:  invalid input syntax for type uuid
Len hace 6 años
padre
commit
3e09951ff0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      themes/default/app_config.php

+ 1 - 1
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_enabled'] = "false";
 		$apps[$x]['default_settings'][$y]['default_setting_description'] = "text hover color of the active domain in the side menu Domain selector";
 		$apps[$x]['default_settings'][$y]['default_setting_description'] = "text hover color of the active domain in the side menu Domain selector";
 		$y++;
 		$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_category'] = "theme";
 		$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "domain_inactive_text_color_hover";
 		$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "domain_inactive_text_color_hover";
 		$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
 		$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";