aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-23 18:50:08 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-23 18:50:08 -0700
commitbd131433b68055869d46417a18f11bdcc9b22b3b (patch)
tree549bc1713dd4378f72321baeafa64cd3015ddca2
parent27fa908233640eed51072fe77e7a9658a331ba20 (diff)
parentab4ce0e2f44bba9352cb6f3a512873ea26f2c013 (diff)
downloadvolse-hubzilla-bd131433b68055869d46417a18f11bdcc9b22b3b.tar.gz
volse-hubzilla-bd131433b68055869d46417a18f11bdcc9b22b3b.tar.bz2
volse-hubzilla-bd131433b68055869d46417a18f11bdcc9b22b3b.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
-rwxr-xr-xinclude/items.php2
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);