X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=7137be73f1506e172de78d16de92b78503ed3168;hb=4bde8a00c73cd3188258a59ae44a6374a40a3f7a;hp=a50e4e23fa8707ca9bd448082fc1cd1a6363cb18;hpb=96144a19af504a59b07ff39d378e7da1f6fcf240;p=mailer.git diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index a50e4e23fa..7137be73f1 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -217,7 +217,7 @@ function checkModulePermissions ($mod) { } // END - if // Still no luck or not found? - if ((($ret == 'cache_miss') || ($found === false)) && (getOutputMode() == '0')) { + if (($ret == 'cache_miss') || ($found === false)) { // ----- Legacy module ----- ---- Module in base folder ---- --- Module with extension's name --- if ((isFileReadable(sprintf("%sinc/modules/%s.php", constant('PATH'), $mod))) || (isFileReadable(sprintf("%s%s.php", constant('PATH'), $mod))) || (isFileReadable(sprintf("%s%s/%s.php", constant('PATH'), $extension, $mod)))) { // Data is missing so we add it