]> git.mxchange.org Git - friendica.git/blobdiff - view/api_friends_xml.tpl
rev update
[friendica.git] / view / api_friends_xml.tpl
old mode 100755 (executable)
new mode 100644 (file)
index 0ea7eb1..9bdf532
@@ -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>