mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +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
|
@ -1926,7 +1926,7 @@ class BBCode
|
|||
|
||||
private static function convertVideoPlatformsToHtml(string $text, bool $try_oembed): string
|
||||
{
|
||||
$appHelper = DI::apphelper();
|
||||
$appHelper = DI::appHelper();
|
||||
|
||||
$text = self::normalizeVideoLinks($text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue