]> git.mxchange.org Git - friendica.git/blobdiff - include/delivery.php
string update
[friendica.git] / include / delivery.php
index a9e629fcfb0e818a5ad0bb71a27a56e925aecb90..5441ac5108c5bfdc892ea91749930189b189c33a 100644 (file)
@@ -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)) ,