aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-29 17:04:50 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-29 17:04:50 -0700
commitdf41ce9536ad72cdc2d1edb1983a48519223da77 (patch)
tree7f0001b994c8ae48bd4ab97ccbe699465830fe04 /include/items.php
parentcbb6d37b6ca7e5d9e476fd3e7bea3ba56d3271e1 (diff)
downloadvolse-hubzilla-df41ce9536ad72cdc2d1edb1983a48519223da77.tar.gz
volse-hubzilla-df41ce9536ad72cdc2d1edb1983a48519223da77.tar.bz2
volse-hubzilla-df41ce9536ad72cdc2d1edb1983a48519223da77.zip
incorrect function name
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
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;