From 5f801216373078817d39b8aea34dd5fa7949dc6a Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 30 Oct 2015 22:43:38 -0700 Subject: add hubloc repair script (needed for deadsuperhero, probably temporary) --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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)) { -- cgit v1.2.3