getTotalFatalErrors() is now the right name
[mailer.git] / inc / modules / guest / what-login.php
index 23d2f9df8b82fdebf3fd022d2562e034b499fe2e..b3693ca25742f5027ab636df43917ed3937a2c9b 100644 (file)
@@ -162,7 +162,7 @@ if (EXT_IS_ACTIVE("nickname")) {
 // Was an URL constructed?
 if (!empty($URL)) {
        // URL was constructed
-       if (getTotalFatalErrorMessages()) {
+       if (getTotalFatalErrors()) {
                // Fatal errors!
                require_once(PATH."inc/fatal_errors.php");
        } else {