mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:04:24 +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
|
@ -109,7 +109,7 @@ class Account extends BaseSettings
|
|||
}
|
||||
|
||||
if (strlen($timezone) && $timezone != $user['timezone']) {
|
||||
DI::apphelper()->setTimeZone($timezone);
|
||||
DI::appHelper()->setTimeZone($timezone);
|
||||
}
|
||||
|
||||
$fields = [
|
||||
|
@ -400,7 +400,7 @@ class Account extends BaseSettings
|
|||
$expire_network_only = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'expire', 'network_only', false);
|
||||
|
||||
if (!strlen($user['timezone'])) {
|
||||
$timezone = DI::apphelper()->getTimeZone();
|
||||
$timezone = DI::appHelper()->getTimeZone();
|
||||
}
|
||||
|
||||
// Set the account type to "Community" when the page is a community page but the account type doesn't fit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue