Code

Added deck info when searching for firezones
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 20 Sep 2006 08:05:27 +0000 (08:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 20 Sep 2006 08:05:27 +0000 (08:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4744 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupApplication.inc

index 4a4fde162c069a21fe595b08f4b95b940961ac92..91492be74e73b12d4b2599d4aa4cca81d1639c69 100644 (file)
@@ -904,7 +904,7 @@ class appgroup extends plugin
     /* Special handling for release managed apps 
      */
     $tmp = search_config($this->config->data,"faiManagement","CLASS");
-    if(!empty($tmp)){
+    if(!empty($tmp) && count($this->Releases)){
       $this->enableReleaseManagement = true;
 
       $tmp = array_flip($this->Releases);