Small fixes

This commit is contained in:
RainLoop Team 2014-10-18 19:19:37 +04:00
parent adb92ba3ef
commit d17f249f45
5 changed files with 18 additions and 11 deletions

View file

@ -2728,7 +2728,8 @@ class Actions
$bResult = true;
}
return $this->DefaultResponse(__FUNCTION__, $bResult ? $oConfig->Save() : false);
return $this->DefaultResponse(__FUNCTION__, $bResult ?
($oConfig->Save() ? array('Weak' => $oConfig->ValidatePassword('12345')) : false) : false);
}
/**