diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-29 17:04:50 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-29 17:04:50 -0700 |
commit | df41ce9536ad72cdc2d1edb1983a48519223da77 (patch) | |
tree | 7f0001b994c8ae48bd4ab97ccbe699465830fe04 /include/diaspora.php | |
parent | cbb6d37b6ca7e5d9e476fd3e7bea3ba56d3271e1 (diff) | |
download | volse-hubzilla-df41ce9536ad72cdc2d1edb1983a48519223da77.tar.gz volse-hubzilla-df41ce9536ad72cdc2d1edb1983a48519223da77.tar.bz2 volse-hubzilla-df41ce9536ad72cdc2d1edb1983a48519223da77.zip |
incorrect function name
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
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; } |