aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-10 13:18:12 +0000
committerMario <mario@mariovavti.com>2021-03-10 13:18:12 +0000
commit440a132c6be512314484b7b331fab5dab92e5fad (patch)
treeb182fb923f7a6de0c0149c423fb8da6c502b0b0e /Zotlabs/Lib
parentf8447521a84c0eb30c08da212e8156256558617b (diff)
parentc8050ea86587b460769a32be5c55a91fb91c2414 (diff)
downloadvolse-hubzilla-440a132c6be512314484b7b331fab5dab92e5fad.tar.gz
volse-hubzilla-440a132c6be512314484b7b331fab5dab92e5fad.tar.bz2
volse-hubzilla-440a132c6be512314484b7b331fab5dab92e5fad.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Queue.php b/Zotlabs/Lib/Queue.php
index 779719d8b..ba314ded3 100644
--- a/Zotlabs/Lib/Queue.php
+++ b/Zotlabs/Lib/Queue.php
@@ -116,7 +116,7 @@ class Queue {
dbesc(($arr['driver']) ? $arr['driver'] : 'zot6'),
dbesc($arr['posturl']),
intval(1),
- intval(($arr['priority']) ? $arr['priority'] : 0),
+ intval(isset($arr['priority']) ? $arr['priority'] : 0),
dbesc(datetime_convert()),
dbesc(datetime_convert()),
dbesc(datetime_convert()),