]> 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 0ea7eb13b7ab92ac780c13727b0d80bc01c6e985..9bdf53222d5c85287bddeed767292d817d542e2a 100644 (file)
@@ -1,5 +1,7 @@
+<!-- TEMPLATE APPEARS UNUSED -->
+
 <users type="array">
-       {{for $users as $user }}
-       {{inc api_user_xml.tpl }}{{endinc}}
+       {{for $users as $u }}
+       {{inc api_user_xml.tpl with $user=$u }}{{endinc}}
        {{endfor}}
 </users>