mirror of
https://github.com/friendica/friendica
synced 2025-04-25 01:10:12 +00:00
Fixes "Undefined property: Friendica\App::$queue"
This commit is contained in:
parent
44953f045e
commit
7703875b55
2 changed files with 3 additions and 1 deletions
|
@ -369,6 +369,8 @@ class Worker
|
|||
// For this reason the variables have to be initialized.
|
||||
$a->getProfiler()->reset();
|
||||
|
||||
$a->queue = $queue;
|
||||
|
||||
$up_duration = microtime(true) - self::$up_start;
|
||||
|
||||
// Reset global data to avoid interferences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue