N°2982 - Speed up SCSS themes compilation during setup - add method visibility

This commit is contained in:
odain
2021-03-23 14:41:32 +01:00
parent fc0bac6726
commit 34c12b61cc

View File

@@ -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);