diff options
author | friendica <info@friendica.com> | 2011-11-23 23:17:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-23 23:17:26 -0800 |
commit | b795ce4fe7c952600ed3520d6822006a2190d4f8 (patch) | |
tree | 0c0173b3e05598bbc6cbbb9281f02ad923d37fa3 /include/delivery.php | |
parent | fe0c039d487962359ac995eb5ec555c3a111ad1c (diff) | |
download | volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.gz volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.bz2 volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.zip |
little stuff - name change, live updates, new network types
Diffstat (limited to 'include/delivery.php')
-rw-r--r-- | include/delivery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delivery.php b/include/delivery.php index a9e629fcf..5441ac510 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -241,7 +241,7 @@ function delivery_run($argv, $argc){ $birthday = '<dfrn:birthday>' . xmlify($birthday) . '</dfrn:birthday>'; $atom .= replace_macros($feed_template, array( - '$version' => xmlify(FRIENDIKA_VERSION), + '$version' => xmlify(FRIENDICA_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)) , |