mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
N°5388 - PHP 8.2: Fix partially supported callable
This commit is contained in:
@@ -600,7 +600,7 @@ class BrowseBrick extends PortalBrick
|
||||
null, null, $oActionNode);
|
||||
}
|
||||
}
|
||||
uasort($aLevel[$sTagName], "static::CompareActionsByRank");
|
||||
uasort($aLevel[$sTagName], [$this, 'CompareActionsByRank']);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user