From e137c20cd75d2a5062b2e016ac934c673240f7ae Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Mon, 9 Sep 2013 14:04:26 +0400 Subject: [PATCH] Path to dir image cache Upload::dir_image_cache set to public. --- Upload.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Upload.class.php b/Upload.class.php index 14dc9e3..20b779e 100644 --- a/Upload.class.php +++ b/Upload.class.php @@ -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) {