From: hickert Date: Wed, 23 Apr 2008 10:56:07 +0000 (+0000) Subject: Updated serverservice - save_object was called twice X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=454040a837bdf8cf6917d8a267ac55e896416551;p=gosa.git Updated serverservice - save_object was called twice git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10644 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index 1d259c284..14ff1970e 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -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(); +# } } }