]> git.mxchange.org Git - friendica.git/blobdiff - mod/apps.php
Merge pull request #6649 from MrPetovan/bug/6647-include-newlines-in-implicit-mention...
[friendica.git] / mod / apps.php
index 5fd00462ed41f1d5ac29462cfa7e73a203ff08f6..d497ce93a2812c6695dbc160bd491c8734562c65 100644 (file)
@@ -25,7 +25,7 @@ function apps_content()
                notice(L10n::t('No installed applications.') . EOL);
        }
 
-       $tpl = get_markup_template('apps.tpl');
+       $tpl = Renderer::getMarkupTemplate('apps.tpl');
        return Renderer::replaceMacros($tpl, [
                '$title' => $title,
                '$apps'  => $apps,