mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03: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…
Add table
Add a link
Reference in a new issue