this will require more fixing in include/enotify

This commit is contained in:
marijus
2015-01-23 02:09:28 +01:00
parent 87dcc4c145
commit e874376268
2 changed files with 2 additions and 2 deletions

View File

@@ -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']),