aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-23 02:09:28 +0100
committermarijus <mario@mariovavti.com>2015-01-23 02:09:28 +0100
commite87437626867caf133eee2ef7cdba39506497eab (patch)
tree5190685a68baddd3d4cf50dace80625b9760976f /mod/ping.php
parent87dcc4c145cae992d7aa009c36fa45cf543cad55 (diff)
downloadvolse-hubzilla-e87437626867caf133eee2ef7cdba39506497eab.tar.gz
volse-hubzilla-e87437626867caf133eee2ef7cdba39506497eab.tar.bz2
volse-hubzilla-e87437626867caf133eee2ef7cdba39506497eab.zip
this will require more fixing in include/enotify
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']),