From: hickert Date: Thu, 9 Sep 2010 08:36:55 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b9ad629e87c3bc223f2c54a72c4be3fe9db5df68;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19578 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;