incorrect function name
This commit is contained in:
parent
cbb6d37b6c
commit
df41ce9536
@ -1008,7 +1008,7 @@ function diaspora_post($importer,$xml,$msg) {
|
||||
return 202;
|
||||
}
|
||||
|
||||
if(! is_importable($datarray,$contact)) {
|
||||
if(! post_is_importable($datarray,$contact)) {
|
||||
logger('diaspora_post: filtering this author.');
|
||||
return 202;
|
||||
}
|
||||
|
@ -3765,7 +3765,7 @@ function consume_feed($xml, $importer, &$contact, $pass = 0) {
|
||||
$author['owner_avatar'] = $contact['thumb'];
|
||||
}
|
||||
|
||||
if(! is_importable($datarray,$contact))
|
||||
if(! post_is_importable($datarray,$contact))
|
||||
continue;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user