*** cache.inc.php	2008-12-24 13:39:36.000000000 +0100
--- cache.inc.php.patched	2008-12-24 13:39:38.000000000 +0100
***************
*** 41,47 ****
        protected $sShortKey;
        protected static $aCache = array();
        
!       public function __construct($sKey, $iCacheTime, $sPrefix='', $sCachePath = CACHE_PATH) {
           $this->sShortKey = $sPrefix.md5($sKey);
           $this->sFile = "$sCachePath$this->sShortKey.txt";
           $this->sFileLock = "$this->sFile.lock";
--- 41,47 ----
        protected $sShortKey;
        protected static $aCache = array();
        
!       public function __construct($sKey, $iCacheTime, $sPrefix='', $sCachePath = PHP_DELICIOUS_CACHE_PATH) {
           $this->sShortKey = $sPrefix.md5($sKey);
           $this->sFile = "$sCachePath$this->sShortKey.txt";
           $this->sFileLock = "$this->sFile.lock";
