This commit is contained in:
the-djmaze 2022-05-30 20:54:58 +02:00
parent 75422c73e8
commit bea081322e

View file

@ -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)
{