mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2314 - Markup extensibility: Fix regression introduced in the previous commit (used a PHP 7.x function)
This commit is contained in:
@@ -2725,7 +2725,7 @@ EOF;
|
||||
file_put_contents($sThemeDir.'/theme-parameters.json', json_encode($aThemeParameters));
|
||||
}
|
||||
|
||||
if($oThemeNodes->count() === 0)
|
||||
if($oThemeNodes->length === 0)
|
||||
{
|
||||
$aDefaultThemeInfo = $this->GetDefaultThemeInformation();
|
||||
$sThemeDir = $sThemesDir.$aDefaultThemeInfo['name'];
|
||||
|
||||
Reference in New Issue
Block a user