]> git.mxchange.org Git - friendica.git/blobdiff - view/api_friends_xml.tpl
Merge pull request #589 from fabrixxm/master
[friendica.git] / view / api_friends_xml.tpl
index 1cabd295dad2a09f3095018eae74bed23f96c772..9bdf53222d5c85287bddeed767292d817d542e2a 100644 (file)
@@ -2,6 +2,6 @@
 
 <users type="array">
        {{for $users as $u }}
-       {{inc $api_user_xml with $user=$u }}{{endinc}}
+       {{inc api_user_xml.tpl with $user=$u }}{{endinc}}
        {{endfor}}
 </users>