mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
add fix again after escaping composer hell
This commit is contained in:
@@ -113,7 +113,7 @@ class Dreport extends \Zotlabs\Web\Controller {
|
||||
}
|
||||
}
|
||||
|
||||
usort($r,'self::dreport_gravity_sort');
|
||||
usort($r, [self::class, 'dreport_gravity_sort']);
|
||||
|
||||
$entries = array();
|
||||
foreach($r as $rr) {
|
||||
|
||||
Reference in New Issue
Block a user