diff --git a/lib/TextLanguageDetect/TextLanguageDetect.php b/lib/TextLanguageDetect/TextLanguageDetect.php index 61dd64b..c62860f 100755 --- a/lib/TextLanguageDetect/TextLanguageDetect.php +++ b/lib/TextLanguageDetect/TextLanguageDetect.php @@ -422,7 +422,7 @@ public function languageExists($lang) * @return array the names of the languages known to this object<<<<<<< * @throws TextLanguageDetectException */ - public static function getLanguages() + public function getLanguages() { return $this->_convertToNameMode( array_keys($this->_lang_db)