From: hickert Date: Tue, 20 Apr 2010 12:11:12 +0000 (+0000) Subject: Updated "is locked" warning message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=76226dfbd4fe37f09a9cb125cd2818b070e59159;p=gosa.git Updated "is locked" warning message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17732 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 78fe1fc02..ba7458125 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -673,7 +673,7 @@ class management set_object_info($this->dn); $user = get_lock($this->dn); if ($user != ""){ - return(gen_locked_message ($user, $this->dn,TRUE)); + return(gen_locked_message ($user, array($this->dn),TRUE)); } add_lock ($this->dn, $this->ui->dn);