X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FRender%2FFriendicaSmarty.php;h=deabd3baf2c0e0a8c6f5bba0dcfe0b66f0364887;hb=6ca38bac9f68a7def38f65c0f15a0aafc7eba773;hp=413d746dcfce3620eabc87ddb0af38b8e8eb1285;hpb=a939581cf8a07fe06f203582e0b3325076ea9703;p=friendica.git diff --git a/src/Render/FriendicaSmarty.php b/src/Render/FriendicaSmarty.php index 413d746dcf..deabd3baf2 100644 --- a/src/Render/FriendicaSmarty.php +++ b/src/Render/FriendicaSmarty.php @@ -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.