mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Merge pull request #58 from dominiquefournier/patch-5
Update index.php : $oConfig() -> $oConfig
This commit is contained in:
commit
7b6f9a3368
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
try
|
||||
{
|
||||
$oDriver = new $class(
|
||||
$oConfig(),
|
||||
$oConfig,
|
||||
$oLogger
|
||||
);
|
||||
if (!$oDriver->ChangePassword($oAccount, $sPrevPassword, $sNewPassword)) {
|
||||
|
|
Loading…
Reference in a new issue