diff --git a/systems/admin/systems/class_serverService.inc b/systems/admin/systems/class_serverService.inc index 34ddab5bfcbeb7c8b24dd369db4b767859102654..a8858f2e2fa8800c9d61f133dbd671028962b7fd 100644 --- a/systems/admin/systems/class_serverService.inc +++ b/systems/admin/systems/class_serverService.inc @@ -187,7 +187,7 @@ class ServerService extends management protected function cancelEdit() { if ($this->backup == NULL && $this->current) { - $this->plugins[$this->current] = new $this->current(NULL, $this->dn, $this); + $this->plugins[$this->current] = new $this->current($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));