Merge pull request #3743 from MrPetovan/task/update-languagedetect

Update languagedetect library
This commit is contained in:
Tobias Diekershoff 2017-10-05 08:49:17 +00:00 committed by GitHub
commit c22920edba
101 changed files with 312 additions and 3633 deletions

View file

@ -211,7 +211,6 @@ class App {
get_include_path() . PATH_SEPARATOR
. $this->basepath . DIRECTORY_SEPARATOR . 'include' . PATH_SEPARATOR
. $this->basepath . DIRECTORY_SEPARATOR . 'library' . PATH_SEPARATOR
. $this->basepath . DIRECTORY_SEPARATOR . 'library/langdet' . PATH_SEPARATOR
. $this->basepath);