"'class::method' is php5.2+, array('class','method') works in php5.1+ "

This commit is contained in:
Ralf Becker 2009-05-02 16:45:38 +00:00
parent 0cd2993504
commit 34e9825a91

View File

@ -400,7 +400,7 @@ class translation
{
if (!$force_read)
{
return egw_cache::getInstance(__CLASS__,'list_langs',__METHOD__,array(true));
return egw_cache::getInstance(__CLASS__,'list_langs',array(__CLASS__,'list_langs'),array(true));
}
$languages = self::get_installed_langs(); // used translated installed languages