Code

Enabled FAI summary for server
[gosa.git] / plugins / admin / fai / class_faiSummaryTab.inc
index 62ba967a93d869f9a03c811bb5712c374c007c5b..540d5111571741d2df05db7681cad281cbed5748 100644 (file)
@@ -82,6 +82,8 @@ class faiSummaryTab extends plugin{
         $this->base    = $this->parent->by_object['workgeneric']->base;
       }elseif(isset($this->parent->by_object['ogroup'])){
         $this->base    = $this->parent->by_object['ogroup']->base;
+      }elseif(isset($this->parent->by_object['servgeneric'])){
+        $this->base    = $this->parent->by_object['servgeneric']->base;
       }else{
         print_red(_("Unknown type of FAI source information. This is not a profile, workstation nor a ogroup."));
       }