mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
IssueLog instead of echo in ThemeHandler
This commit is contained in:
@@ -201,8 +201,7 @@ class ThemeHandler
|
||||
{
|
||||
if (!is_file($sImage))
|
||||
{
|
||||
//TODO log warning
|
||||
echo "Cannot find $sImage\n";
|
||||
IssueLog::Warning("Cannot find $sImage during SCSS $sThemeId precompilation");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user