aboutsummaryrefslogtreecommitdiffstats
path: root/mod/p.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/p.php')
-rw-r--r--mod/p.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/p.php b/mod/p.php
index f467ae5a5..4e411a17b 100644
--- a/mod/p.php
+++ b/mod/p.php
@@ -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');