From: hickert Date: Thu, 25 Oct 2007 05:41:27 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=67c6bd2ff8eceb4692c61d2323ab2d38f153e647;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7647 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/generic/main.inc b/plugins/personal/generic/main.inc index a80ddab57..6f2e3562b 100644 --- a/plugins/personal/generic/main.inc +++ b/plugins/personal/generic/main.inc @@ -66,7 +66,7 @@ if (!$remove_lock){ if (isset($_POST['password_finish'])){ /* For security reasons, check if user is allowed to set password again */ - if ($user->acl_is_writable("userPassword") || $user->acl_is_createable()){ + if ($user->acl_is_writeable("userPassword") || $user->acl_is_createable()){ /* Check input and feed errors into 'message' */ $message= array(); @@ -93,7 +93,7 @@ if (!$remove_lock){ return ($display); } change_password ($user->dn, $_POST['new_password'], 0, $user->pw_storage); - new log("modify","users/".get_class($this),"",array(),"Password has been changed"); + new log("modify","users/password","",array(),"Password has been changed"); } else {