1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-07-27 18:42:47 +02:00

fixed typo

This commit is contained in:
Saket Patel 2013-07-05 03:30:41 +05:30
commit 564b8d2dd1

View file

@ -164,7 +164,7 @@ class PasswdModule extends Module
if($this->checkPasswordStrenth($passwd)) {
// all information correct, change password
$cmd = sprintf($passwd_cmd, $data['username'], $data['current_passwd'], $passwd);
$cmd = sprintf($passwd_cmd, $data['username'], $data['current_password'], $passwd);
exec($cmd, $arrayout, $retval);
if ($retval === 0) {