aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 11:16:29 +0000
committerMario <mario@mariovavti.com>2021-05-27 11:16:29 +0000
commit3cb0613d041a96d6348a82aa62b6629d88414575 (patch)
treef3bcb623267882b41cf00011eddd49f11c2e7417 /Zotlabs
parentd9920fce3ab136170341f34861e815cee4cab13b (diff)
downloadvolse-hubzilla-3cb0613d041a96d6348a82aa62b6629d88414575.tar.gz
volse-hubzilla-3cb0613d041a96d6348a82aa62b6629d88414575.tar.bz2
volse-hubzilla-3cb0613d041a96d6348a82aa62b6629d88414575.zip
mising use statement
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Admin/Queue.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Module/Admin/Queue.php b/Zotlabs/Module/Admin/Queue.php
index a4ce1b950..baa50591f 100644
--- a/Zotlabs/Module/Admin/Queue.php
+++ b/Zotlabs/Module/Admin/Queue.php
@@ -2,7 +2,7 @@
namespace Zotlabs\Module\Admin;
-
+use Zotlabs\Lib\Queue as LibQueue;
class Queue {
@@ -16,11 +16,11 @@ class Queue {
if($_REQUEST['drophub']) {
hubloc_mark_as_down($_REQUEST['drophub']);
- Queue::remove_by_posturl($_REQUEST['drophub']);
+ LibQueue::remove_by_posturl($_REQUEST['drophub']);
}
if($_REQUEST['emptyhub']) {
- Queue::remove_by_posturl($_REQUEST['emptyhub']);
+ LibQueue::remove_by_posturl($_REQUEST['emptyhub']);
}
$r = q("select count(outq_posturl) as total, max(outq_priority) as priority, outq_posturl from outq