aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-14 22:24:47 -0700
committerfriendica <info@friendica.com>2013-04-14 22:24:47 -0700
commitb84d8bfbc93be57bf84e03fa4b858edcd5616668 (patch)
tree378aebd74c0dbd173dfac1f6751672688a44b52a /include/items.php
parente411a4bdc27cd443abf613a0044effb4604223f0 (diff)
downloadvolse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.gz
volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.bz2
volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.zip
begin to cut the umbilical
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 27213b9d2..db00118bc 100755
--- a/include/items.php
+++ b/include/items.php
@@ -299,7 +299,7 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0)
$salmon = feed_salmonlinks($owner_nick);
$atom .= replace_macros($feed_template, array(
- '$version' => xmlify(FRIENDICA_VERSION),
+ '$version' => xmlify(RED_VERSION),
'$feed_id' => xmlify($a->get_baseurl() . '/channel/' . $owner_nick),
'$feed_title' => xmlify($owner['name']),
'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', 'now' , ATOM_TIME)) ,