aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 5bc21cf13..7791b9bd4 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -176,6 +176,7 @@
}
$atom .= replace_macros($feed_template, array(
+ '$version' => xmlify(FRIENDIKA_VERSION),
'$feed_id' => xmlify($a->get_baseurl() . '/profile/' . $owner['nickname'] ),
'$feed_title' => xmlify($owner['name']),
'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) ,