aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-08 03:28:42 -0700
committerfriendica <info@friendica.com>2013-08-08 03:28:42 -0700
commit085eec48692e08d05bf2f15a2e2cf05db575048f (patch)
tree615046abb32e57149a2532cc7badcb3b4eed9d07 /include
parent6b7c7206738a6816ecf152082eeb5063201b3f89 (diff)
downloadvolse-hubzilla-085eec48692e08d05bf2f15a2e2cf05db575048f.tar.gz
volse-hubzilla-085eec48692e08d05bf2f15a2e2cf05db575048f.tar.bz2
volse-hubzilla-085eec48692e08d05bf2f15a2e2cf05db575048f.zip
malformed ru string file
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index d80ff2cc7..6d551a5c9 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -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;
}