X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=d29d479a65eca35f0e4805e32c009356c8f1c965;hp=e0914d2dd293524b5298152799fe49863cecdae6;hb=3e2e8ea82079f4e76b8add38efccf6c24afda507;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df 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] ?>