]> git.mxchange.org Git - friendica.git/blobdiff - src/Render/FriendicaSmarty.php
Merge pull request #7944 from MrPetovan/bug/4451-escape-bbcode-blocks-autolinker
[friendica.git] / src / Render / FriendicaSmarty.php
index 413d746dcfce3620eabc87ddb0af38b8e8eb1285..deabd3baf2c0e0a8c6f5bba0dcfe0b66f0364887 100644 (file)
@@ -22,7 +22,7 @@ class FriendicaSmarty extends Smarty
        {
                parent::__construct();
 
-               $a = get_app();
+               $a = \get_app();
                $theme = $a->getCurrentTheme();
 
                // setTemplateDir can be set to an array, which Smarty will parse in order.