]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-payments.php
More fixes for new installer and script in general :(
[mailer.git] / inc / loader / load-payments.php
index b4a9375b2fc8fbce310329f0712b5ca6c7505c68..8383a50411153213c49726143b317fc1bb293f23 100644 (file)
@@ -66,7 +66,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('payments')) && ($GLOBALS['cache_
        // Set the array back and remove temporary
        $GLOBALS['cache_array']['payments'] = $paymentsData;
        unset($paymentsData);
-} elseif (isHtmlOutputMode()) {
+} elseif ((isHtmlOutputMode()) || (isRawOutputMode())) {
        // Create cache file
        $GLOBALS['cache_instance']->init();