From 10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 14 Mar 2024 11:06:32 +0000 Subject: add fix again after escaping composer hell --- Zotlabs/Module/Dreport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Module/Dreport.php b/Zotlabs/Module/Dreport.php index 4cc666cd4..5db607545 100644 --- a/Zotlabs/Module/Dreport.php +++ b/Zotlabs/Module/Dreport.php @@ -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) { -- cgit v1.2.3