diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-31 12:04:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-31 12:04:20 +0100 |
commit | d6d96e8c89918740f3fae5757124d2c9b58a3a81 (patch) | |
tree | ac62743174b10d678d92a39244ad676d11a714d5 /include | |
parent | 5920a96da7f71b45b7d386d27da2c130e3ddb23f (diff) | |
parent | 2b34dd73736f2d24e0554a95bfd79352fc2068f7 (diff) | |
download | volse-hubzilla-d6d96e8c89918740f3fae5757124d2c9b58a3a81.tar.gz volse-hubzilla-d6d96e8c89918740f3fae5757124d2c9b58a3a81.tar.bz2 volse-hubzilla-d6d96e8c89918740f3fae5757124d2c9b58a3a81.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index ce8e2b9b0..4d8fce60f 100755 --- a/include/items.php +++ b/include/items.php @@ -3455,6 +3455,7 @@ function post_is_importable($item,$abook) { $text = prepare_text($item['body'],$item['mimetype']); $text = html2plain($text); + $lang = null; if((strpos($abook['abook_incl'],'lang=') !== false) || (strpos($abook['abook_excl'],'lang=') !== false)) { |