From 0f47fd5d502aed69e102574e7796066391108a6a Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 17 Jan 2013 23:19:39 +0200 Subject: [PATCH] Gelato: Cache class updates --- libraries/Gelato/Cache/Cache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Gelato/Cache/Cache.php b/libraries/Gelato/Cache/Cache.php index 4eb7df7..557f8f4 100644 --- a/libraries/Gelato/Cache/Cache.php +++ b/libraries/Gelato/Cache/Cache.php @@ -22,14 +22,14 @@ class Cache * * @var string */ - public static $cache_dir = ''; + protected static $cache_dir = ''; /** * Cache file ext * * @var string */ - public static $cache_file_ext = 'txt'; + protected static $cache_file_ext = 'txt'; /** * Cache life time (in seconds)