aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2015-01-23 17:26:37 -0800
committerHabeas Codice <habeascodice@federated.social>2015-01-23 17:26:37 -0800
commit0405f2bcb973118e6567fd44a7994aa06f54fe7a (patch)
tree8926d35b5168111ab3f80d517ed97bce660181b1 /mod/ping.php
parent891d231bbe4ee4499cf9e62013971b85a0542404 (diff)
parentbe9fc16bd5833e58ba2c3e5ed19153548437fe45 (diff)
downloadvolse-hubzilla-0405f2bcb973118e6567fd44a7994aa06f54fe7a.tar.gz
volse-hubzilla-0405f2bcb973118e6567fd44a7994aa06f54fe7a.tar.bz2
volse-hubzilla-0405f2bcb973118e6567fd44a7994aa06f54fe7a.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'mod/ping.php')
-rw-r--r--mod/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php
index 593ae21f8..1cebd152d 100644
--- a/mod/ping.php
+++ b/mod/ping.php
@@ -229,7 +229,7 @@ function ping_init(&$a) {
foreach($z as $zz) {
$notifs[] = array(
'notify_link' => $a->get_baseurl() . '/notify/view/' . $zz['id'],
- 'name' => '', // not required here because the name is in the message
+ 'name' => $zz['name'],
'url' => $zz['url'],
'photo' => $zz['photo'],
'when' => relative_date($zz['date']),