Update index.php : $oConfig() -> $oConfig

This commit is contained in:
dominiquefournier 2021-03-04 15:27:07 +01:00 committed by GitHub
parent fbd333cf4a
commit 986b424b5e
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)) {