N°5388 - PHP 8.2: Fix partially supported callable

This commit is contained in:
Molkobain
2023-02-03 23:01:24 +01:00
parent 1768274aaf
commit 786e7d647c

View File

@@ -600,7 +600,7 @@ class BrowseBrick extends PortalBrick
null, null, $oActionNode);
}
}
uasort($aLevel[$sTagName], "static::CompareActionsByRank");
uasort($aLevel[$sTagName], [$this, 'CompareActionsByRank']);
}
break;