From: Arnaud F. <ar...@cr...> - 2005-01-08 13:03:48
|
Arnaud Fontaine a écrit : > I have a "Call to undefined function: locale_versions() in the > config.php file since last CVS update ... > > It's defined in FileFinder but the require_once is commented .... why ? Hmm ... I partially answer to myself : locale_versions is not a function but a method of the FileFinder class. in the function guessing_lang (in config.php), locale_versions is called as a function. I tried to call it as a class method ($languages = FileFinder::locale_versions($languages);) and it almost worked ... now, I have some warning about array to string casting ... What did you change, Reini ? -- Arnaud Fontaine CRAO Jabber: sh...@ra... |