Code

Fixed white-page in setup.
[gosa.git] / gosa-core / include / php_setup.inc
index 299aceb9c0bd8385843abb4cc2c7c8fccaad9ad5..722591c8bfc124231bc75878a6cf17a332316241 100644 (file)
@@ -50,8 +50,8 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline)
       if(class_exists("log") && !preg_match("/No such object/",$errstr)){
         new log("view","error","",array(),"PHP error: $errstr ($errfile, line $errline)");
       }
+
       return;
-    }
   }
   
   /* Send all errors to logging class, except "Ldap : No such object" messages*/