X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload-extension.php;h=791e6476169f219810f2aeda5661a8b27d78f92f;hb=678f314de00d41c3990fc49742545cd2e78dd3cc;hp=a2cd8a9d17b952cd9871a083861a08fa917fdaad;hpb=3c50057c4da8c632d1923d7879a2b870d1eb7155;p=mailer.git diff --git a/inc/loader/load-extension.php b/inc/loader/load-extension.php index a2cd8a9d17..791e647616 100644 --- a/inc/loader/load-extension.php +++ b/inc/loader/load-extension.php @@ -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