From fa036ee7245d1b831512e160c7cbe1cc9f262a5e Mon Sep 17 00:00:00 2001 From: odain-cbd <56586767+odain-cbd@users.noreply.github.com> Date: Thu, 4 Jun 2020 21:47:02 +0200 Subject: [PATCH] Update application/themehandler.class.inc.php Co-authored-by: Molkobain --- application/themehandler.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index 1945c21b2..02bcf241d 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -342,7 +342,7 @@ CSS; } } - $aMap = ThemeHandler::ResolveUncompleteUrlsFromScss($aMap, $aThemeParametersVariables, $aStylesheetFile); + $aMap = static::ResolveUncompleteUrlsFromScss($aMap, $aThemeParametersVariables, $aStylesheetFile); $aImages = array(); foreach ($aMap ['aCompleteUrls'] as $sUrl) {