]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
New wrapper function introduced, more EL rewrites:
[mailer.git] / inc / config-functions.php
index b81e1633ae18f45a6f4b600e12543366767a51f7..55d530bc891be35ce9e0897b023dc88465c4e0ac 100644 (file)
@@ -278,7 +278,7 @@ function updateOldConfigFile () {
 // Update config entries
 function updateConfiguration ($entries, $values, $updateMode='', $config = '0') {
        // Do not update config in CSS mode
-       if ((getOutputMode() == 1) || (getOutputMode() == -1) || (isInstallationPhase())) {
+       if ((getScriptOutputMode() == 1) || (getScriptOutputMode() == -1) || (isInstallationPhase())) {
                return;
        } // END - if