aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-xinclude/diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index 187793d2b..b208257c6 100755
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -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;
}