From 0d96cd66929313ad25af654aabddd30989e5de2f Mon Sep 17 00:00:00 2001 From: Michel Wohlert Date: Fri, 1 Dec 2017 22:37:20 +0100 Subject: [PATCH] fix scope variable --- .../ChangePasswordPostfixAdminDriver.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/postfixadmin-change-password/ChangePasswordPostfixAdminDriver.php b/plugins/postfixadmin-change-password/ChangePasswordPostfixAdminDriver.php index 4fc8bbd3c..8ebcfe07b 100755 --- a/plugins/postfixadmin-change-password/ChangePasswordPostfixAdminDriver.php +++ b/plugins/postfixadmin-change-password/ChangePasswordPostfixAdminDriver.php @@ -231,6 +231,7 @@ class ChangePasswordPostfixAdminDriver implements \RainLoop\Providers\ChangePass { try { + $sDsn = ''; switch($sEngine){ case 'MySQL': $sDsn = 'mysql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase;