Code

Updated serverservice - save_object was called twice
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Apr 2008 10:56:07 +0000 (10:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Apr 2008 10:56:07 +0000 (10:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10644 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_serverService.inc

index 1d259c284f53193b1cd35537e822ad8f906d2aa2..14ff1970e53462dfb6881e61aafb6e2c13578644 100644 (file)
@@ -392,9 +392,10 @@ class ServerService extends plugin
   function save_object()
   {
     foreach($this->plugins as $name => $obj){
-      if($obj->is_account){
-        $this->plugins[$name]->save_object();
-      }
+    
+#      if($obj->is_account){
+#        $this->plugins[$name]->save_object();
+#      }
     }
   }