From 34c12b61cc092e71204a6de61d11c8eecd0ad3f2 Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 23 Mar 2021 14:41:32 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02982=20-=20Speed=20up=20SCSS=20themes=20?= =?UTF-8?q?compilation=20during=20setup=20-=20add=20method=20visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 e509875fd..8168db206 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -808,7 +808,7 @@ CSS; * Replaces last occurrence of the string * @return string|string[] */ - static function ReplaceLastOccurrence($sSearch, $sReplace, $sSubject) + public static function ReplaceLastOccurrence($sSearch, $sReplace, $sSubject) { $iPos = strrpos($sSubject, $sSearch);