]> git.mxchange.org Git - mailer.git/commitdiff
This wasn't the fix...
authorRoland Häder <roland@mxchange.org>
Sun, 29 Nov 2009 14:47:21 +0000 (14:47 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Nov 2009 14:47:21 +0000 (14:47 +0000)
inc/classes/cachesystem.class.php

index e2640ed3d710747ead9cce4b280d6a24ac461af0..4c23235ac20812d568c89b9d06066dcd36354f5e 100644 (file)
@@ -89,8 +89,8 @@ class CacheSystem {
                        // Pre-fetch cache here if found
                        if ($this->isCacheReadable()) $this->getArrayFromCache();
 
                        // Pre-fetch cache here if found
                        if ($this->isCacheReadable()) $this->getArrayFromCache();
 
-                       //* DEBUG: */ print($cacheName.'='.intval($this->isCacheReadable()).'/'.intval(is_writeable($this->fqfn)).'/'.intval(isExtensionInstalled('cache')).'/'.intval($this->extensionVersionMatches('cache')).'<br />');
-                       $this->status[$cacheName] = ($this->isCacheReadable() && (is_writeable($this->fqfn)) && (isExtensionInstalled('cache')) && ($this->extensionVersionMatches('cache')));
+                       //* DEBUG: */ print($cacheName.'='.intval($this->isCacheReadable()).'/'.intval(is_writeable($this->fqfn)).'/'.intval($this->extensionVersionMatches('cache')).'<br />');
+                       $this->status[$cacheName] = ($this->isCacheReadable() && (is_writeable($this->fqfn)) && ($this->extensionVersionMatches('cache')));
                } // END - if
                //* DEBUG: */ print($cacheName.'='.intval($this->status[$cacheName]).'<br />');
 
                } // END - if
                //* DEBUG: */ print($cacheName.'='.intval($this->status[$cacheName]).'<br />');