aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 11:02:10 +0000
committerMario <mario@mariovavti.com>2024-03-14 11:02:10 +0000
commit9ddd84089754709c8f50b81ec50f701f39190e52 (patch)
tree13f3f208c4f5ae0689167a976f3e184217e29cb5 /Zotlabs/Module
parent6c5627ac0ee1c68574e3deb55b699301461cc3d9 (diff)
downloadvolse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.tar.gz
volse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.tar.bz2
volse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.zip
evert "fix deprecation warning"
This reverts commit 898762dd95d634e9362d5138ea8e306bbfeb81b7.
Diffstat (limited to 'Zotlabs/Module')
-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 5db607545..4cc666cd4 100644
--- a/Zotlabs/Module/Dreport.php
+++ b/Zotlabs/Module/Dreport.php
@@ -113,7 +113,7 @@ class Dreport extends \Zotlabs\Web\Controller {
}
}
- usort($r, [self::class, 'dreport_gravity_sort']);
+ usort($r,'self::dreport_gravity_sort');
$entries = array();
foreach($r as $rr) {