fix undefined constant warning
This commit is contained in:
parent
a3d39b223d
commit
d304821977
@ -1305,7 +1305,7 @@ function consume_feed($xml, $importer, &$contact, $pass = 0) {
|
||||
|
||||
// allow likes of comments
|
||||
|
||||
if($item_parent_mid && activity_match($datarray['verb'],ACTVITY_LIKE)) {
|
||||
if($item_parent_mid && activity_match($datarray['verb'],ACTIVITY_LIKE)) {
|
||||
$datarray['thr_parent'] = $item_parent_mid[0]['parent_mid'];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user