Several minor rewrites, getter GET_JACKPOT_POINTS() added
[mailer.git] / inc / extensions / ext-cache.php
index 8f384d5861dbd2a64c82932cb25002b3cceb7d73..a3e37ec027109d48c28e2dfba0922a405c185555 100644 (file)
@@ -109,7 +109,7 @@ switch ($EXT_LOAD_MODE) {
                                // Is the cache extension itself there?
                                if (EXT_IS_ACTIVE('cache')) {
                                        // Check for cache when extension is already installed
                                // Is the cache extension itself there?
                                if (EXT_IS_ACTIVE('cache')) {
                                        // Check for cache when extension is already installed
-                                       if ($GLOBALS['cache_instance']->loadCacheFile("extensions", true)) $GLOBALS['cache_instance']->destroyCacheFile();
+                                       if ($GLOBALS['cache_instance']->loadCacheFile('extensions', true)) $GLOBALS['cache_instance']->destroyCacheFile();
                                } // END - if
 
                                // Update notes (these will be set as task text!)
                                } // END - if
 
                                // Update notes (these will be set as task text!)