From b9ad629e87c3bc223f2c54a72c4be3fe9db5df68 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 9 Sep 2010 08:36:55 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19578 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index f423f80d4..de42b7ff8 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -3116,7 +3116,7 @@ function change_password ($dn, $password, $mode=FALSE, $hash= "", $old_password plugin::callHook($passwordPlugin, 'POSTMODIFY', $attrsEvent, $output,$retCode,$error, $directlyPrintError = FALSE); if($retCode === 0){ if(count($output)){ - new log("modify","users/passwordMethod",$dn,array(),"Password change - Post mdoify hook reported! - FAILED!"); + new log("modify","users/passwordMethod",$dn,array(),"Password change - Post modify hook reported! - FAILED!"); $message = sprintf(_("Post-event hook reported a problem: %s. Password change canceled!"),implode($output)); $ldapRollback = TRUE; $preRollback = TRUE; -- 2.30.2