Path to dir image cache Upload::dir_image_cache set to public.
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
abstract class Upload
|
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)
|
public static function getGreagwarImage($file_path)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user