]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-extension.php
Introduced ext-cron
[mailer.git] / inc / loader / load-extension.php
index a2cd8a9d17b952cd9871a083861a08fa917fdaad..791e6476169f219810f2aeda5661a8b27d78f92f 100644 (file)
@@ -132,14 +132,15 @@ if (($GLOBALS['cache_instance']->loadCacheFile('extension')) && ($GLOBALS['cache
 
        // Remove array and mark cache as loaded
        unset($EXT_POOL);
-} elseif (isHtmlOutputMode()) {
+} elseif ((isHtmlOutputMode()) || (isRawOutputMode())) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();
 
-       // Add more if sql_patches is recent enougth
+       // Add more if ext-sql_patches is recent enougth
        $add = '';
        if (isExtensionInstalledAndNewer('sql_patches', '0.0.6')) {
-               $add = ',`ext_has_css` AS `ext_css`';
+               // Old naming
+               $add = ', `ext_has_css` AS `ext_css`';
        } // END - if
 
        // Query for all extensions