diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-23 18:50:08 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-23 18:50:08 -0700 |
commit | bd131433b68055869d46417a18f11bdcc9b22b3b (patch) | |
tree | 549bc1713dd4378f72321baeafa64cd3015ddca2 /include/items.php | |
parent | 27fa908233640eed51072fe77e7a9658a331ba20 (diff) | |
parent | ab4ce0e2f44bba9352cb6f3a512873ea26f2c013 (diff) | |
download | volse-hubzilla-bd131433b68055869d46417a18f11bdcc9b22b3b.tar.gz volse-hubzilla-bd131433b68055869d46417a18f11bdcc9b22b3b.tar.bz2 volse-hubzilla-bd131433b68055869d46417a18f11bdcc9b22b3b.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 5e84944a4..fdcae3a6c 100755 --- a/include/items.php +++ b/include/items.php @@ -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); |