Path to dir image cache Upload::dir_image_cache set to public.

This commit is contained in:
Alexander Demidov
2013-09-09 14:04:26 +04:00
parent 4f266f8d81
commit e137c20cd7

View File

@ -2,7 +2,7 @@
abstract class Upload
{
protected static $dir_image_cache = 'media/cache/images';
public static $dir_image_cache = 'media/cache/images';
public static function getGreagwarImage($file_path)
{