aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-27 08:04:41 +0000
committerMario <mario@mariovavti.com>2020-11-27 08:04:41 +0000
commita967dd9d1395e51d9ace7d2f863dd6af22c1b831 (patch)
tree15273500db3bbf76520a3e8037ff7751ca57b1c6 /vendor
parentf4bb7bcbff3770387c2fecfa91ce4a60b916a474 (diff)
downloadvolse-hubzilla-a967dd9d1395e51d9ace7d2f863dd6af22c1b831.tar.gz
volse-hubzilla-a967dd9d1395e51d9ace7d2f863dd6af22c1b831.tar.bz2
volse-hubzilla-a967dd9d1395e51d9ace7d2f863dd6af22c1b831.zip
fix languagedetect warnming
Diffstat (limited to 'vendor')
-rw-r--r--vendor/pear/text_languagedetect/Text/LanguageDetect.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/pear/text_languagedetect/Text/LanguageDetect.php b/vendor/pear/text_languagedetect/Text/LanguageDetect.php
index 850b1beaf..c4e0216be 100644
--- a/vendor/pear/text_languagedetect/Text/LanguageDetect.php
+++ b/vendor/pear/text_languagedetect/Text/LanguageDetect.php
@@ -12,9 +12,9 @@
* @link http://pear.php.net/package/Text_LanguageDetect/
*/
-require_once 'Text/LanguageDetect/Exception.php';
-require_once 'Text/LanguageDetect/Parser.php';
-require_once 'Text/LanguageDetect/ISO639.php';
+//require_once 'Text/LanguageDetect/Exception.php';
+//require_once 'Text/LanguageDetect/Parser.php';
+//require_once 'Text/LanguageDetect/ISO639.php';
/**
* Detects the language of a given piece of text.