]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-extension.php
Introduced 'per-what-word-wrapping
[mailer.git] / inc / loader / load-extension.php
index a2cd8a9d17b952cd9871a083861a08fa917fdaad..bc5932f25274a80a954907c8be78b21efa60702e 100644 (file)
@@ -136,10 +136,11 @@ if (($GLOBALS['cache_instance']->loadCacheFile('extension')) && ($GLOBALS['cache
        // 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