Index: branches/5.1.x/core/kernel/utility/cache.php =================================================================== diff -u -r12127 -r12657 --- branches/5.1.x/core/kernel/utility/cache.php (.../cache.php) (revision 12127) +++ branches/5.1.x/core/kernel/utility/cache.php (.../cache.php) (revision 12657) @@ -1,6 +1,6 @@ _filename = (defined('WRITEABLE') ? WRITEABLE.'/cache' : FULL_PATH.'/kernel/cache') . '/' . $filename; + $this->_filename = WRITEABLE . '/cache' . '/' . $filename; if (file_exists($this->_filename)) { $cache_data = unserialize(file_get_contents($this->_filename)); @@ -284,6 +286,4 @@ return $ret; } - } - -?> \ No newline at end of file + } \ No newline at end of file