From df41ce9536ad72cdc2d1edb1983a48519223da77 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 29 Jul 2015 17:04:50 -0700 Subject: incorrect function name --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/diaspora.php') 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; } -- cgit v1.2.3