mirror of
https://github.com/friendica/friendica
synced 2024-11-18 01:03:40 +00:00
fix jenkins tests
This commit is contained in:
parent
868bdc9b6a
commit
9835efc9e4
2 changed files with 2 additions and 2 deletions
|
@ -885,7 +885,7 @@ function item_store($arr,$force_parent = false) {
|
|||
|
||||
|
||||
if (version_compare(PHP_VERSION, '5.3.0', '>=')) {
|
||||
require_once('Text/LanguageDetect.php');
|
||||
require_once('library/langdet/Text/LanguageDetect.php');
|
||||
$naked_body = preg_replace('/\[(.+?)\]/','',$arr['body']);
|
||||
$l = new Text_LanguageDetect;
|
||||
$lng = $l->detectConfidence($naked_body);
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
require_once('include/crypto.php');
|
||||
require_once('include/enotify.php');
|
||||
require_once('include/email.php');
|
||||
require_once('Text/LanguageDetect.php');
|
||||
require_once('library/langdet/Text/LanguageDetect.php');
|
||||
|
||||
function item_post(&$a) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue