From 1f4e8dfa1c63c310bae7cf6d7a098887bc51a893 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 8 Jul 2008 11:14:36 +0000 Subject: [PATCH] Updated server service. -Service restore wasn't working. (If service was edited and 'abort' pressed.) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11555 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_serverService.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index 5282d8f1f..1f1f8229c 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -210,7 +210,7 @@ class ServerService extends plugin Restore vars with values before editing */ if(isset($_POST['CancelService']) && !empty($this->current)){ if($this->backup == NULL){ - $this->plugins[$this->current] = new $this->current($this->config,$this->dn); + $this->plugins[$this->current] = new $this->current($this->config,$this->dn,$this); $this->plugins[$this->current]-> set_acl_base($this->acl_base); $this->plugins[$this->current]-> set_acl_category(preg_replace("/\/$/","",$this->acl_category)); -- 2.30.2