]> 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 6be0243cbcc56e1a1c36ca0b2cc10f9cf7b23621..35fc2cc270193969aa0403e07cadb3771763b1a2 100644 (file)
@@ -69,9 +69,9 @@ if (!REQUEST_ISSET_GET('page')) {
 } // END - if
 
 // Already installed?
-if ((isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) {
+if ((isInstalled()) && (isAdminRegistered())) {
        // Add fatal message
-       addFatalMessage(getMessage('ALREADY_INSTALLED'));
+       addFatalMessage(__FILE__, __LINE__, getMessage('ALREADY_INSTALLED'));
 } // END - if
 
 // Does something goes wrong?