]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
We should not auto-init sub-systems. Instead we should initialize them 'by-hand'
[mailer.git] / inc / config-functions.php
index 531ad1884429a374e92c99a60658ac763e6e475f..d261faecaa7a200c538dacbb876dfcc4098b5c29 100644 (file)
@@ -73,12 +73,6 @@ function setConfigEntry ($configEntry, $value) {
                $configEntry = smartAddSlashes($configEntry);
        }
 
-       // If config array isn't set, set it
-       if (!isConfigLoaded()) {
-               // Init configuration array
-               initConfig();
-       } // END - if
-
        // And set it
        $GLOBALS['config'][$configEntry] = $value;
 }