// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
@@ -698,7 +698,7 @@ class LanguageCore extends ObjectModel
|
||||
return copy(dirname(__FILE__).'/../img/l/none.jpg', dirname(__FILE__).'/../img/l/'.$id.'.jpg');
|
||||
}
|
||||
|
||||
private static $_cache_language_installation = null;
|
||||
protected static $_cache_language_installation = null;
|
||||
public static function isInstalled($iso_code)
|
||||
{
|
||||
if (self::$_cache_language_installation === null)
|
||||
|
||||
Reference in New Issue
Block a user