aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 11:06:32 +0000
committerMario <mario@mariovavti.com>2024-03-14 11:06:32 +0000
commit10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2 (patch)
tree95871468b237e222e0c39d94a583b06ef661f1f0 /Zotlabs
parent6315757967245d82227d3886844b9a7567de2c2c (diff)
downloadvolse-hubzilla-10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2.tar.gz
volse-hubzilla-10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2.tar.bz2
volse-hubzilla-10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2.zip
add fix again after escaping composer hell
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Dreport.php2
1 files changed, 1 insertions, 1 deletions
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) {