From: hickert Date: Mon, 19 Nov 2007 13:21:39 +0000 (+0000) Subject: Fixed undefined warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5910abc580b373ea518b97c5f4b5a0ee73955ff1;p=gosa.git Fixed undefined warning git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7815 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc index 03480d2b7..0a7574be7 100644 --- a/plugins/admin/groups/class_groupApplication.inc +++ b/plugins/admin/groups/class_groupApplication.inc @@ -941,7 +941,7 @@ class appgroup extends plugin $this->cleanup(); $ldap->modify ($this->attrs); - new log("remove","group/".get_class($this),$use_dn,array_keys($this->attrs),$ldap->get_error()); + new log("remove","group/".get_class($this),$this->dn,array_keys($this->attrs),$ldap->get_error()); show_ldap_error($ldap->get_error(), sprintf(_("Removing of groups/applications with dn '%s' failed."),$this->dn)); /* Optionally execute a command after we're done */