diff options
author | friendica <info@friendica.com> | 2015-01-23 03:27:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-23 03:27:14 -0800 |
commit | 7cd4374e3d2833725beeb1c3b65687dc0856619c (patch) | |
tree | 3030d4ad4b6af40bfc0d171ed2078fd552577bcc /mod/ping.php | |
parent | c49c96962fdcdb69a06d4f7e641d6ab9768b7ca4 (diff) | |
parent | e87437626867caf133eee2ef7cdba39506497eab (diff) | |
download | volse-hubzilla-7cd4374e3d2833725beeb1c3b65687dc0856619c.tar.gz volse-hubzilla-7cd4374e3d2833725beeb1c3b65687dc0856619c.tar.bz2 volse-hubzilla-7cd4374e3d2833725beeb1c3b65687dc0856619c.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/ping.php')
-rw-r--r-- | mod/ping.php | 2 |
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']), |