aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-23 21:07:35 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-23 21:07:35 -0700
commitcc5b0cde1df8f47ccf6db13304ffca25c7ff5f9a (patch)
treebff687980744c0aeffbedc37dd1dc5e88ada940b /include/items.php
parentc0e67db070ae562f8e717a12faf5df9ecd7160d6 (diff)
parent908da4589dc4961c07d049c97bcfd59bc2973c89 (diff)
downloadvolse-hubzilla-cc5b0cde1df8f47ccf6db13304ffca25c7ff5f9a.tar.gz
volse-hubzilla-cc5b0cde1df8f47ccf6db13304ffca25c7ff5f9a.tar.bz2
volse-hubzilla-cc5b0cde1df8f47ccf6db13304ffca25c7ff5f9a.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: include/diaspora.php
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 9a2c8d5da..7dd5a01d7 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3386,7 +3386,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);