API: missing template and small fix for hotot

This commit is contained in:
fabrixxm 2011-08-19 15:09:10 +02:00
commit fc9c73da49
2 changed files with 19 additions and 7 deletions

5
view/api_friends_xml.tpl Normal file
View file

@ -0,0 +1,5 @@
<users type="array">
{{for $users as $user }}
{{inc api_user_xml.tpl }}{{endinc}}
{{endfor}}
</users>