use include/language.php for all language and translation code
This commit is contained in:
@@ -826,7 +826,6 @@ function item_store($arr,$force_parent = false) {
|
||||
if((strpos($arr['body'],'<') !== false) || (strpos($arr['body'],'>') !== false))
|
||||
$arr['body'] = strip_tags($arr['body']);
|
||||
|
||||
require_once('include/language.php');
|
||||
$arr['lang'] = detect_language($arr['body']);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user