mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 16:44:11 +01:00
Update application/themehandler.class.inc.php
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com>
This commit is contained in:
@@ -332,7 +332,8 @@ CSS;
|
||||
foreach ($aStylesheetFile as $sStylesheetFile)
|
||||
{
|
||||
$aRes = self::GetAllUrlFromScss($aThemeParametersVariables, $sStylesheetFile);
|
||||
foreach($aMap as $key => /** array */$aVal)
|
||||
/** @var array $aVal */
|
||||
foreach($aMap as $key => $aVal)
|
||||
{
|
||||
if (array_key_exists($key, $aMap))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user