From: hickert Date: Wed, 24 Mar 2010 10:48:46 +0000 (+0000) Subject: updated templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=57622aec21aaa40ea09ee8f73c001e1e7ec99b55;p=gosa.git updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17050 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 305fcf671..8d65c73c8 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -189,6 +189,7 @@ class ServerService extends management */ function saveService() { + if(!is_object($this->dialogObject)) return; $this->dialogObject->save_object(); $msgs = $this->dialogObject->check(); if(count($msgs)){