]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-extension.php
This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER...
[mailer.git] / inc / loader / load-extension.php
index a2cd8a9d17b952cd9871a083861a08fa917fdaad..8452a87aa2dae03c2af5fa091267e10045009372 100644 (file)
@@ -136,7 +136,7 @@ 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`';