]> git.mxchange.org Git - friendica.git/commitdiff
missing arg xmlize x is friends with y
authorFriendika <info@friendika.com>
Thu, 13 Oct 2011 08:12:03 +0000 (01:12 -0700)
committerFriendika <info@friendika.com>
Thu, 13 Oct 2011 08:12:03 +0000 (01:12 -0700)
mod/ping.php

index 23b332ee0afd014386cc5bf0eb91900267d454a2..caa78f9b7cf2f800ae8fb82ff38aa1d43621e3fd 100644 (file)
@@ -165,7 +165,7 @@ function ping_init(&$a) {
                }
                if (count($friends)){
                        foreach ($friends as $i) {
-                               echo xmlize($a->get_baseurl().'/display/'.$a->user['nickname']."/".$i['parent'],$i['author-link'], $i['author-avatar'], relative_date($i['created']), sprintf( t("{0} is now friends with %s"), $i['fname'] ) );
+                               echo xmlize($a->get_baseurl().'/display/'.$a->user['nickname']."/".$i['parent'],$i['author-name'],$i['author-link'], $i['author-avatar'], relative_date($i['created']), sprintf( t("{0} is now friends with %s"), $i['fname'] ) );
                        };
                }
                if (count($posts)){