X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload-extension.php;h=8452a87aa2dae03c2af5fa091267e10045009372;hb=6bd47661d7ec406cd276f0835364b1e3f933d6c8;hp=a2cd8a9d17b952cd9871a083861a08fa917fdaad;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec;p=mailer.git diff --git a/inc/loader/load-extension.php b/inc/loader/load-extension.php index a2cd8a9d17..8452a87aa2 100644 --- a/inc/loader/load-extension.php +++ b/inc/loader/load-extension.php @@ -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`';