diff options
Diffstat (limited to 'mod/p.php')
-rw-r--r-- | mod/p.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ function p_init(&$a) { '$handle' => xmlify($myaddr), '$public' => 'true', '$created' => $created, - '$provider' => (($item['app']) ? $item['app'] : 'hubzilla') + '$provider' => (($item['app']) ? $item['app'] : t('$projectname')) )); header('Content-type: text/xml'); |