diff options
Diffstat (limited to 'Zotlabs/Lib/Queue.php')
-rw-r--r-- | Zotlabs/Lib/Queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Queue.php b/Zotlabs/Lib/Queue.php index a646aee6d..c3f9cda20 100644 --- a/Zotlabs/Lib/Queue.php +++ b/Zotlabs/Lib/Queue.php @@ -116,7 +116,7 @@ class Queue { $driver = $arr['driver'] ?? 'zot6'; $posturl = $arr['posturl'] ?? ''; $priority = $arr['priority'] ?? 0; - $priority = $arr['notify'] ?? ''; + $notify = $arr['notify'] ?? ''; $msg = $arr['msg'] ?? ''; $x = q("insert into outq ( outq_hash, outq_account, outq_channel, outq_driver, outq_posturl, outq_async, outq_priority, |