fix wrong variable in sprintf resulting in php warning
This commit is contained in:
parent
d31df715fb
commit
6995d54a3c
@ -172,7 +172,7 @@ function localize_item(&$item){
|
||||
$shortbodyverb = t('doesn\'t like %1$s\'s %2$s');
|
||||
}
|
||||
|
||||
$item['shortlocalize'] = sprintf($bodyverb, $objauthor, $plink);
|
||||
$item['shortlocalize'] = sprintf($shortbodyverb, $objauthor, $plink);
|
||||
|
||||
$item['body'] = $item['localize'] = sprintf($bodyverb, $author, $objauthor, $plink);
|
||||
if($Bphoto != "")
|
||||
|
Reference in New Issue
Block a user