mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Update index.php : $oConfig() -> $oConfig
This commit is contained in:
parent
fbd333cf4a
commit
986b424b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$oDriver = new $class(
|
$oDriver = new $class(
|
||||||
$oConfig(),
|
$oConfig,
|
||||||
$oLogger
|
$oLogger
|
||||||
);
|
);
|
||||||
if (!$oDriver->ChangePassword($oAccount, $sPrevPassword, $sNewPassword)) {
|
if (!$oDriver->ChangePassword($oAccount, $sPrevPassword, $sNewPassword)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue