New wrapper functions introduced
[mailer.git] / inc / loader / load_cache-config.php
index 952110fa9b23abfa28bca3360beaa48a16f41bde..83866fe2792a1fcb32d6daabe568f40ac6b4a5a2 100644 (file)
@@ -60,7 +60,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('config')) && ($GLOBALS['cache_in
 
        // Remove dummy array
        unset($config);
-} elseif (getScriptOutputMode() != 1) {
+} elseif (isHtmlOutputMode()) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();