]> git.mxchange.org Git - friendica.git/blobdiff - mod/nogroup.php
updating core translations from transifex
[friendica.git] / mod / nogroup.php
index bd1ec82ed28aa659173bdf1662b221288aaa3f7c..24d99a59b6c01a0c071828c0f6ce8ede42b93fc3 100644 (file)
@@ -53,8 +53,9 @@ function nogroup_content(&$a) {
                        );
                }
        }
+
        $tpl = get_markup_template("nogroup-template.tpl");
-       $o .= replace_macros($tpl,array(
+       $o .= replace_macros($tpl, array(
                '$header' => t('Contacts who are not members of a group'),
                '$contacts' => $contacts,
                '$paginate' => paginate($a),