X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=d29d479a65eca35f0e4805e32c009356c8f1c965;hb=5b2627141a2053159372f717bd4717600d60d369;hp=e0914d2dd293524b5298152799fe49863cecdae6;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df;p=mailer.git diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index e0914d2dd2..d29d479a65 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -115,9 +115,6 @@ if ((!isInstalling()) && (!isInstallationPhase())) { // Check module for permissions $checkModule = checkModulePermissions(); - // Cound module here - countModuleHit(getModule()); - // Admin module should be accessable by guests to login if ((getModule() == 'admin') && ($checkModule == 'admin_only')) { // This is fine and can be ignored @@ -183,7 +180,7 @@ if ((!isInstalling()) && (!isInstallationPhase())) { } // Handle fatal errors -handleFatalErrors(); +runFilterChain('handle_fatal_errors'); // [EOF] ?>