mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Rename DI::apphelper() to DI::appHeler()
This commit is contained in:
parent
e320b010c7
commit
603af2fb19
31 changed files with 44 additions and 44 deletions
|
@ -192,7 +192,7 @@ class Queue
|
|||
}
|
||||
|
||||
if (!empty($entry['wid'])) {
|
||||
$worker = DI::apphelper()->getQueue();
|
||||
$worker = DI::appHelper()->getQueue();
|
||||
$wid = $worker['id'] ?? 0;
|
||||
if ($entry['wid'] != $wid) {
|
||||
$workerqueue = DBA::selectFirst('workerqueue', ['pid'], ['id' => $entry['wid'], 'done' => false]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue