From: hickert Date: Tue, 15 May 2007 12:48:49 +0000 (+0000) Subject: Fixed white page X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a4aad31bf530ef2cfaa1f5146f26a6d85b906599;p=gosa.git Fixed white page git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6386 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc index 190962c4a..1eed7b906 100644 --- a/plugins/admin/systems/class_workstationService.inc +++ b/plugins/admin/systems/class_workstationService.inc @@ -348,7 +348,7 @@ class workservice extends plugin function remove_from_parent() { $this->handle_post_events("remove"); - @log::log("remove","workstation/".get_class($this),$this->dn,array_keys($this->attrs),$ldap->get_error()); + @log::log("remove","workstation/".get_class($this),$this->dn); } /* Save data to object */