diff options
author | friendica <info@friendica.com> | 2012-01-05 16:47:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-05 16:47:47 -0800 |
commit | b265334c9ee55cf2270926148a094ecae2f68e54 (patch) | |
tree | 0405f59e0cc796a1f453525e0377c59256dd3cff /mod/ping.php | |
parent | b99cb511ca665bad0022de2ca43b5de78b3ffdbf (diff) | |
download | volse-hubzilla-b265334c9ee55cf2270926148a094ecae2f68e54.tar.gz volse-hubzilla-b265334c9ee55cf2270926148a094ecae2f68e54.tar.bz2 volse-hubzilla-b265334c9ee55cf2270926148a094ecae2f68e54.zip |
added citations back into ping - lost somehow
Diffstat (limited to 'mod/ping.php')
-rw-r--r-- | mod/ping.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/ping.php b/mod/ping.php index df07cb768..35f6c53ae 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -190,6 +190,12 @@ function ping_init(&$a) { }; } + if (count($cit)){ + foreach ($cit as $i) { + echo xmlize( $a->get_baseurl().'/display/'.$a->user['nickname']."/".$i['parent'], $i['author-name'], $i['author-link'], $i['author-avatar'], relative_date($i['created']), t("{0} mentioned you in a post") ); + }; + } + echo " </notif>"; } echo " <sysmsgs>"; |