From: hickert Date: Thu, 14 Jun 2007 12:30:50 +0000 (+0000) Subject: Udpated logging X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cfdcc286cd386884a07e0b8a12642d50d108b24a;p=gosa.git Udpated logging git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6593 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_goShareServer.inc b/plugins/admin/systems/class_goShareServer.inc index d12c5a07b..64b694457 100644 --- a/plugins/admin/systems/class_goShareServer.inc +++ b/plugins/admin/systems/class_goShareServer.inc @@ -262,7 +262,7 @@ class goShareServer extends goService{ $ldap->cd($mountsdn); $ldap->add($mounts); show_ldap_error($ldap->get_error(), sprintf(_("Creating system server/shares (mount container) with dn '%s' failed."),$this->dn)); - new log("modify","server/".get_class($this),$mountdn,array_keys($mount),$ldap->get_error()); + new log("modify","server/".get_class($this),$mountsdn,array_keys($mounts),$ldap->get_error()); } # remove deleted mounts from the container