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