Merge pull request #377 from zzottel/master
make content filter by language work for excludes
This commit is contained in:
commit
ab4ce0e2f4
@ -3383,7 +3383,7 @@ function post_is_importable($item,$abook) {
|
||||
|
||||
$lang = null;
|
||||
|
||||
if((strpos($abook['abook_incl'],'lang=') !== false) || (strpos($abook['abook_incl'],'lang=') !== false))
|
||||
if((strpos($abook['abook_incl'],'lang=') !== false) || (strpos($abook['abook_excl'],'lang=') !== false))
|
||||
$lang = detect_language($text);
|
||||
|
||||
$tags = ((count($item['term'])) ? $item['term'] : false);
|
||||
|
Reference in New Issue
Block a user