Merge pull request #58 from dominiquefournier/patch-5

Update index.php : $oConfig() -> $oConfig
This commit is contained in:
the-djmaze 2021-03-04 16:26:28 +01:00 committed by GitHub
commit 7b6f9a3368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
try
{
$oDriver = new $class(
$oConfig(),
$oConfig,
$oLogger
);
if (!$oDriver->ChangePassword($oAccount, $sPrevPassword, $sNewPassword)) {