missing arg xmlize x is friends with y
This commit is contained in:
parent
2911bf9434
commit
d60505ffb0
|
@ -165,7 +165,7 @@ function ping_init(&$a) {
|
||||||
}
|
}
|
||||||
if (count($friends)){
|
if (count($friends)){
|
||||||
foreach ($friends as $i) {
|
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)){
|
if (count($posts)){
|
||||||
|
|
Loading…
Reference in a new issue