mirror of
https://github.com/friendica/friendica
synced 2025-05-11 03:44:11 +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
|
@ -48,7 +48,7 @@ class OEmbed
|
|||
{
|
||||
$embedurl = trim($embedurl, '\'"');
|
||||
|
||||
$appHelper = DI::apphelper();
|
||||
$appHelper = DI::appHelper();
|
||||
|
||||
$cache_key = 'oembed:' . $appHelper->getThemeInfoValue('videowidth') . ':' . $embedurl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue