diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:11:48 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:11:48 +0100 |
commit | f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872 (patch) | |
tree | f06c87479be60f3c601cbeed6088e6e74d97785c /mod/ping.php | |
parent | efe308b5ac9ac7e8d399fb880f31b6967de8fec1 (diff) | |
parent | c3ada095f4156bba01e77d2d250d5821ba5e859e (diff) | |
download | volse-hubzilla-f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872.tar.gz volse-hubzilla-f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872.tar.bz2 volse-hubzilla-f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872.zip |
Merge remote-tracking branch 'friendica/master'
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>"; |