convert application strings to en-US

This commit is contained in:
friendica
2014-07-31 02:33:34 -07:00
parent 35ed18967a
commit 0e57b6cc8c
7 changed files with 25 additions and 23 deletions

View File

@@ -179,8 +179,8 @@ function localize_item(&$item){
if (activity_match($item['verb'],ACTIVITY_FRIEND)) {
// if ($item['obj_type']=="" || $item['obj_type']!== ACTIVITY_OBJ_PERSON) return;
if ($item['obj_type'] == "" || $item['obj_type'] !== ACTIVITY_OBJ_PERSON)
return;
$Aname = $item['author']['xchan_name'];
$Alink = $item['author']['xchan_url'];