// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
+1
-1
@@ -1534,7 +1534,7 @@ class ToolsCore
|
||||
return Media::cccJS($js_files);
|
||||
}
|
||||
|
||||
private static $_cache_nb_media_servers = null;
|
||||
protected static $_cache_nb_media_servers = null;
|
||||
|
||||
public static function getMediaServer($filename)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user