malformed ru string file

This commit is contained in:
friendica
2013-08-08 03:28:42 -07:00
parent 6b7c720673
commit 085eec4869
3 changed files with 534 additions and 534 deletions

View File

@@ -137,7 +137,7 @@ function localize_item(&$item){
case ACTIVITY_OBJ_NOTE:
default:
$post_type = t('status');
if($obj->id != $item['mid'])
if($obj['id'] != $item['mid'])
$post_type = t('comment');
break;
}