mirror of
https://github.com/friendica/friendica
synced 2025-01-22 05:39:47 +00:00
further jenkins include fixes
This commit is contained in:
parent
9835efc9e4
commit
891bfd9f91
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@
|
||||||
* @link http://langdetect.blogspot.com/
|
* @link http://langdetect.blogspot.com/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'Text/LanguageDetect/Exception.php';
|
require_once 'library/langdet/Text/LanguageDetect/Exception.php';
|
||||||
require_once 'Text/LanguageDetect/Parser.php';
|
require_once 'library/langdet/Text/LanguageDetect/Parser.php';
|
||||||
require_once 'Text/LanguageDetect/ISO639.php';
|
require_once 'library/langdet/Text/LanguageDetect/ISO639.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Language detection class
|
* Language detection class
|
||||||
|
|
Loading…
Add table
Reference in a new issue