From: Roland Häder Date: Thu, 28 Aug 2008 23:33:23 +0000 (+0000) Subject: Cache extension is now always active X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=5db786e2dbbd927449a5ca95bfb277f851b678b6;ds=sidebyside Cache extension is now always active --- diff --git a/inc/extensions/ext-cache.php b/inc/extensions/ext-cache.php index e76ac2bbf7..976aff8709 100644 --- a/inc/extensions/ext-cache.php +++ b/inc/extensions/ext-cache.php @@ -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"; // ?>