Cache extension is now always active
authorRoland Häder <roland@mxchange.org>
Thu, 28 Aug 2008 23:33:23 +0000 (23:33 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Aug 2008 23:33:23 +0000 (23:33 +0000)
inc/extensions/ext-cache.php

index e76ac2bbf7c7f6360a997bbc7d2e01fc806d74eb..976aff8709e26979d93c0d4e144c617921f9cb1a 100644 (file)
@@ -205,7 +205,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "cache";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = 'N';
+$EXT_ALWAYS_ACTIVE = "Y";
 
 //
 ?>