diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-08-17 17:35:37 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-08-17 17:35:37 +0200 |
commit | bdf42473a0341f291cd256323d122aa80bb0cb0b (patch) | |
tree | 922a5ba24a34d7ea89673019e82f68436edb7091 /view/api_user_xml.tpl | |
parent | 6c423feed2d8bc5bd36d2a1cbac073915e523749 (diff) | |
parent | db03b1ab173d61b1ee75271dac1e48f3475ad42c (diff) | |
download | volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.tar.gz volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.tar.bz2 volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.zip |
Merge remote-tracking branch 'friendika/master' into newui
Diffstat (limited to 'view/api_user_xml.tpl')
-rw-r--r-- | view/api_user_xml.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/api_user_xml.tpl b/view/api_user_xml.tpl index 15517fc42..78cc1f530 100644 --- a/view/api_user_xml.tpl +++ b/view/api_user_xml.tpl @@ -7,7 +7,7 @@ <profile_image_url>$user.profile_image_url</profile_image_url> <url>$user.url</url> <protected>$user.protected</protected> - <followers_count>$user.followers</followers_count> + <followers_count>$user.followers_count</followers_count> <profile_background_color>$user.profile_background_color</profile_background_color> <profile_text_color>$user.profile_text_color</profile_text_color> <profile_link_color>$user.profile_link_color</profile_link_color> @@ -21,10 +21,10 @@ <profile_background_image_url>$user.profile_background_image_url</profile_background_image_url> <profile_background_tile>$user.profile_background_tile</profile_background_tile> <profile_use_background_image>$user.profile_use_background_image</profile_use_background_image> - <notifications></notifications> + <notifications>$user.notifications</notifications> <geo_enabled>$user.geo_enabled</geo_enabled> <verified>$user.verified</verified> - <following></following> + <following>$user.following</following> <statuses_count>$user.statuses_count</statuses_count> <lang>$user.lang</lang> <contributors_enabled>$user.contributors_enabled</contributors_enabled> |