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 9d1c12dbc..1a9555d20 100644
--- a/mod/p.php
+++ b/mod/p.php
@@ -43,7 +43,7 @@ function p_init(&$a) {
'$handle' => xmlify($myaddr),
'$public' => 'true',
'$created' => $created,
- '$provider' => (($item['app']) ? $item['app'] : 'redmatrix')
+ '$provider' => (($item['app']) ? $item['app'] : 'hubzilla')
));
header('Content-type: text/xml');