]> git.mxchange.org Git - friendica.git/blobdiff - mod/invite.php
get markup template
[friendica.git] / mod / invite.php
index 374628f5544b3cb66c7d53703cc873942f5a7580..1e02ae9ca9f4ce274c744ec2f3ea77843c5cd3fe 100644 (file)
@@ -111,7 +111,7 @@ function invite_content(App $a) {
                return;
        }
 
-       $tpl = get_markup_template('invite.tpl');
+       $tpl = Renderer::getMarkupTemplate('invite.tpl');
        $invonly = false;
 
        if (Config::get('system', 'invitation_only')) {