mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +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
|
@ -23,7 +23,7 @@ class Profile extends BaseModule
|
|||
{
|
||||
protected function rawContent(array $request = [])
|
||||
{
|
||||
$appHelper = DI::apphelper();
|
||||
$appHelper = DI::appHelper();
|
||||
|
||||
// Ensure we've got a profile owner if updating.
|
||||
$appHelper->setProfileOwner((int)($request['p'] ?? 0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue