From c9c833a868c0a30ff61c9adaba47e44e293bc643 Mon Sep 17 00:00:00 2001 From: odain Date: Thu, 4 Jun 2020 22:50:45 +0200 Subject: [PATCH] IssueLog instead of echo in ThemeHandler --- application/themehandler.class.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index c3e1dd1fd..70efb9b13 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -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 {