mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix scope variable
This commit is contained in:
parent
df07e1b96c
commit
0d96cd6692
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ class ChangePasswordPostfixAdminDriver implements \RainLoop\Providers\ChangePass
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
$sDsn = '';
|
||||||
switch($sEngine){
|
switch($sEngine){
|
||||||
case 'MySQL':
|
case 'MySQL':
|
||||||
$sDsn = 'mysql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase;
|
$sDsn = 'mysql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue