mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
parent
0a2149c60d
commit
62660b2026
1 changed files with 1 additions and 5 deletions
|
|
@ -545,7 +545,7 @@ class PdoAddressBook
|
||||||
|
|
||||||
$sPath = $oClient->__UrlPath__;
|
$sPath = $oClient->__UrlPath__;
|
||||||
|
|
||||||
$bGood = false;
|
$bGood = true;
|
||||||
if ('' === $sPath || '/' === $sPath || !$this->checkContactsPath($oClient, $sPath))
|
if ('' === $sPath || '/' === $sPath || !$this->checkContactsPath($oClient, $sPath))
|
||||||
{
|
{
|
||||||
$sNewPath = '';
|
$sNewPath = '';
|
||||||
|
|
@ -598,10 +598,6 @@ class PdoAddressBook
|
||||||
|
|
||||||
$bGood = $this->checkContactsPath($oClient, $sPath);
|
$bGood = $this->checkContactsPath($oClient, $sPath);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
$bGood = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $bGood ? $oClient : null;
|
return $bGood ? $oClient : null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue