mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08:00
Resolve #425
This commit is contained in:
parent
75422c73e8
commit
bea081322e
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ abstract class AbstractConfig implements \JsonSerializable
|
|||
}
|
||||
|
||||
$aData = \parse_ini_file($this->sFile, true);
|
||||
if ($aSubData && \count($aSubData))
|
||||
if ($aData && \count($aData))
|
||||
{
|
||||
foreach ($aData as $sSectionKey => $aSectionValue)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue