Code

Fixed check.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Jun 2008 14:03:13 +0000 (14:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Jun 2008 14:03:13 +0000 (14:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11149 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index fcccd5843bb22ea457bd8fca0aeb3de6e6b6b18b..63b6fd541e969ab648810effd05676f54c6dbae0 100644 (file)
@@ -1309,7 +1309,7 @@ class gosaSupportDaemon
       trigger_error("The given principal name is not of type string or it is empty.");
       return($ret);
     }
-    if(!is_array($values) || !count($values)){
+    if(!is_array($values)){
       trigger_error("No valid update settings given. The parameter must be of type array and must contain at least one entry");
       return($ret);
     }