aboutsummaryrefslogtreecommitdiffstats
path: root/view/api_timeline_xml.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-11 04:37:13 -0700
committerFriendika <info@friendika.com>2011-05-11 04:37:13 -0700
commitb2e92e0af32f86212d15748c6d432d658905d4b6 (patch)
tree72bf3054b2c1827166f632d7a1970a266c575134 /view/api_timeline_xml.tpl
parenta00813497fccf295d72e35537599409b3f1eaa22 (diff)
downloadvolse-hubzilla-b2e92e0af32f86212d15748c6d432d658905d4b6.tar.gz
volse-hubzilla-b2e92e0af32f86212d15748c6d432d658905d4b6.tar.bz2
volse-hubzilla-b2e92e0af32f86212d15748c6d432d658905d4b6.zip
deprecate load_view_file
Diffstat (limited to 'view/api_timeline_xml.tpl')
-rw-r--r--view/api_timeline_xml.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/api_timeline_xml.tpl b/view/api_timeline_xml.tpl
index 85f73064e..9914f6475 100644
--- a/view/api_timeline_xml.tpl
+++ b/view/api_timeline_xml.tpl
@@ -15,7 +15,7 @@
<coordinates>$status.coordinates</coordinates>
<place>$status.place</place>
<contributors>$status.contributors</contributors>
- {{ inc view/api_user_xml.tpl with $user=$status.user }}{{ endinc }}
+ {{ inc api_user_xml.tpl with $user=$status.user }}{{ endinc }}
</status>
{{ endfor }}
</statuses> \ No newline at end of file