Code

Updated Icon Menu
[gosa.git] / gosa-core / include / class_tabs.inc
index ef670569c718c287a0d01f0b195da816086f96fd..e1a2954bb3d3b6d8162382a976bd2b8553a68c7b 100644 (file)
@@ -332,7 +332,7 @@ class tabs
 
       $obj->dn= $this->dn;
 
-      if(!$obj instanceof plugin){
+      if(!$obj instanceof plugin && !$obj instanceOf management){
         trigger_error("Something went wrong while saving ".$obj->dn.". Object class '".get_class($obj)."'.");
       }else{