mirror of
https://github.com/friendica/friendica
synced 2025-05-12 06:24:11 +02:00
Merge branch 'develop' into phpstan-level-1
This commit is contained in:
commit
c79f3cde22
150 changed files with 2429 additions and 1781 deletions
|
@ -192,7 +192,7 @@ class Queue
|
|||
}
|
||||
|
||||
if (!empty($entry['wid'])) {
|
||||
$worker = DI::app()->getQueue();
|
||||
$worker = DI::appHelper()->getQueue();
|
||||
$wid = $worker['id'] ?? 0;
|
||||
if ($entry['wid'] != $wid) {
|
||||
$workerqueue = DBA::selectFirst('workerqueue', ['pid'], ['id' => $entry['wid'], 'done' => false]);
|
||||
|
|
|
@ -1014,7 +1014,7 @@ class Feed
|
|||
|
||||
// Display events in the user's timezone
|
||||
if (strlen($owner['timezone'])) {
|
||||
DI::app()->setTimeZone($owner['timezone']);
|
||||
DI::appHelper()->setTimeZone($owner['timezone']);
|
||||
}
|
||||
|
||||
$previous_created = $last_update;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue