]> git.mxchange.org Git - mailer.git/blobdiff - inc/hooks.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / hooks.php
index 592c24d5dd687e7d6897b622e436bd1a0efa3170..48d9e1009bbe0b5c73f5246e2553c3964da6805d 100644 (file)
@@ -47,7 +47,7 @@ function __SHUTDOWN_HOOK () {
                SQL_CLOSE(__FILE__, __LINE__);
        } elseif (!isInstalling()) {
                // No database link
-               addFatalMessage(getMessage('NO_DB_LINK_SHUTDOWN'));
+               addFatalMessage(__FILE__, __LINE__, getMessage('NO_DB_LINK_SHUTDOWN'));
        }
 }