From a4aad31bf530ef2cfaa1f5146f26a6d85b906599 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 15 May 2007 12:48:49 +0000 Subject: [PATCH] Fixed white page git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6386 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationService.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2