aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 10:29:07 +0000
committerMario <mario@mariovavti.com>2024-03-14 10:29:07 +0000
commit898762dd95d634e9362d5138ea8e306bbfeb81b7 (patch)
tree2ce2bdb84e5f01dca7997bd32d229dc953ddf17a /Zotlabs
parent81ce67df942d4bf378814677268fe03a29ecc028 (diff)
downloadvolse-hubzilla-898762dd95d634e9362d5138ea8e306bbfeb81b7.tar.gz
volse-hubzilla-898762dd95d634e9362d5138ea8e306bbfeb81b7.tar.bz2
volse-hubzilla-898762dd95d634e9362d5138ea8e306bbfeb81b7.zip
fix deprecation warning
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) {