Code

Updated a couple of values
[gosa.git] / gosa-core / include / php_setup.inc
index d0b1a266cc8bd794d583bf894b94fdd29ed1afe7..17118698f01a29f3320023dac1a2d6f22c756afb 100644 (file)
@@ -44,7 +44,7 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline)
   }
 
   /* Error messages are hidden in GOsa, so we only send them to the logging class and abort here */
-  if(isset($config->data) && $config->get_cfg_value("displayerrors") == "true"){
+  if(isset($config->data) && $config->get_cfg_value("displayerrors") != "true"){
       
       /* Write to syslog */
       if(class_exists("log") && !preg_match("/No such object/",$errstr)){