X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload-modules.php;h=382bf528592de7490d48465efc0ee847f90f2345;hb=77669502ccc2779d32a842f6d523fb68169fadda;hp=18777fc59f261bbc62eb790de44779d3e0e304eb;hpb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;p=mailer.git diff --git a/inc/loader/load-modules.php b/inc/loader/load-modules.php index 18777fc59f..382bf52859 100644 --- a/inc/loader/load-modules.php +++ b/inc/loader/load-modules.php @@ -57,7 +57,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('modules')) && ($GLOBALS['cache_i $GLOBALS['cache_instance']->removeCacheFile(); // We should fix this - reportBug(__FILE__, __LINE__, 'modArray=
' . print_r($modArray, true) . '
Please try to reload to fix this.'); + reportBug(__FILE__, __LINE__, 'modArray=
' . print_r($modArray, TRUE) . '
Please try to reload to fix this.'); } // END - if // Rewrite some parts @@ -87,7 +87,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('modules')) && ($GLOBALS['cache_i } // END - foreach } // END - foreach unset($modArray); -} elseif (isHtmlOutputMode()) { +} elseif ((isHtmlOutputMode()) || (isRawOutputMode())) { // Create cache file here $GLOBALS['cache_instance']->init();