diff options
author | Friendika <info@friendika.com> | 2011-08-05 05:17:18 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-05 05:17:18 -0700 |
commit | 112fc59e3190d29d95139fda3e861818f828b0d0 (patch) | |
tree | d97dfd253ddb28c8586343f33100918d0b7d6064 /view | |
parent | 6eec04b09ca428cd2d125857612f7229e226c606 (diff) | |
download | volse-hubzilla-112fc59e3190d29d95139fda3e861818f828b0d0.tar.gz volse-hubzilla-112fc59e3190d29d95139fda3e861818f828b0d0.tar.bz2 volse-hubzilla-112fc59e3190d29d95139fda3e861818f828b0d0.zip |
more api tweaks
Diffstat (limited to 'view')
-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> |