aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-16 17:16:50 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-16 17:16:50 -0700
commit5e4df4b3f7782f8a82664d24b86d46a14b3d178b (patch)
tree3728d103be213e4b2965f066441af731b2aa5a72 /include/notifier.php
parent059e090b53643cb07a2634b700ada5cf3b6894e8 (diff)
downloadvolse-hubzilla-5e4df4b3f7782f8a82664d24b86d46a14b3d178b.tar.gz
volse-hubzilla-5e4df4b3f7782f8a82664d24b86d46a14b3d178b.tar.bz2
volse-hubzilla-5e4df4b3f7782f8a82664d24b86d46a14b3d178b.zip
added network page
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/notifier.php b/include/notifier.php
index f7c0570d8..cf1076aad 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -151,9 +151,9 @@ if($argc < 3)
'$name' => xmlify($contact['name']),
'$profile_page' => xmlify($contact['url']),
'$thumb' => xmlify($contact['thumb']),
- '$owner_name' => xmlify($owner['name']),
- '$owner_profile_page' => xmlify($owner['url']),
- '$owner_thumb' => xmlify($owner['thumb']),
+ '$owner_name' => xmlify($item['owner-name']),
+ '$owner_profile_page' => xmlify($item['owner-link']),
+ '$owner_thumb' => xmlify($item['owner-avatar']),
'$item_id' => xmlify("urn:X-dfrn:$baseurl:{$owner['uid']}:{$item['hash']}"),
'$title' => xmlify($contact['name']),
'$published' => xmlify(datetime_convert('UTC', 'UTC', $item['created'] . '+00:00' , 'Y-m-d\TH:i:s\Z')),