aboutsummaryrefslogtreecommitdiffstats
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
parent6c5627ac0ee1c68574e3deb55b699301461cc3d9 (diff)
downloadvolse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.tar.gz
volse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.tar.bz2
volse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.zip
evert "fix deprecation warning"
This reverts commit 898762dd95d634e9362d5138ea8e306bbfeb81b7.
-rw-r--r--Zotlabs/Module/Dreport.php2
-rw-r--r--vendor/composer/installed.php4
2 files changed, 3 insertions, 3 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) {
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index aae85bfe7..01e75eb54 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -3,7 +3,7 @@
'name' => 'zotlabs/hubzilla',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => '81ce67df942d4bf378814677268fe03a29ecc028',
+ 'reference' => '55097c47c5534d4453f7494f8a1542f7beb4d588',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -340,7 +340,7 @@
'zotlabs/hubzilla' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => '81ce67df942d4bf378814677268fe03a29ecc028',
+ 'reference' => '55097c47c5534d4453f7494f8a1542f7beb4d588',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),