mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00: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
|
@ -1014,7 +1014,7 @@ class Feed
|
|||
|
||||
// Display events in the user's timezone
|
||||
if (strlen($owner['timezone'])) {
|
||||
DI::apphelper()->setTimeZone($owner['timezone']);
|
||||
DI::appHelper()->setTimeZone($owner['timezone']);
|
||||
}
|
||||
|
||||
$previous_created = $last_update;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue