From: friendica Date: Fri, 6 Jan 2012 00:47:47 +0000 (-0800) Subject: added citations back into ping - lost somehow X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b265334c9ee55cf2270926148a094ecae2f68e54;p=friendica.git added citations back into ping - lost somehow --- diff --git a/mod/ping.php b/mod/ping.php index df07cb768e..35f6c53aef 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 " "; } echo " ";