mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°2982 - Speed up SCSS themes compilation during setup - add method visibility
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user