Code

Removed check disabling return(array());
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Oct 2008 12:45:47 +0000 (12:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Oct 2008 12:45:47 +0000 (12:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12675 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsi/class_opsigeneric.inc

index 046abca991b9b7b0e3c261f3e73f579a63dae12a..dc2195a7785a1e986bd21f45a2ef2db1f15a6be5 100644 (file)
@@ -204,7 +204,6 @@ class opsiGeneric extends plugin
    */
   public function check()
   {
-    return(array());
     $messages = plugin::check();
 
     if(empty($this->hostId)){