]> git.mxchange.org Git - mailer.git/blobdiff - install.php
All 'online' table queries should be placed in ext-online.php
[mailer.git] / install.php
index 238ae1317fd54bd870b7559b3c587048647b93c5..35fc2cc270193969aa0403e07cadb3771763b1a2 100644 (file)
@@ -71,7 +71,7 @@ if (!REQUEST_ISSET_GET('page')) {
 // Already installed?
 if ((isInstalled()) && (isAdminRegistered())) {
        // Add fatal message
-       addFatalMessage(getMessage('ALREADY_INSTALLED'));
+       addFatalMessage(__FILE__, __LINE__, getMessage('ALREADY_INSTALLED'));
 } // END - if
 
 // Does something goes wrong?