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/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 5d85e875e..7ac5591f8 100755 --- a/include/items.php +++ b/include/items.php @@ -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; -- cgit v1.2.3