Earning subscriptions introduced (unfinished):
[mailer.git] / inc / loader / load-
index e3c73b03af64239b1dd0095a949ef2259b815456..da52c77498a3f3e2e956af5c9a1b1b7dee5470a4 100644 (file)
@@ -4,7 +4,7 @@
  * ===================                          Last change: 10/24/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
- * File              : load_cache-                                      *
+ * File              : load-                                            *
  * -------------------------------------------------------------------- *
  * Short description : Load more cache files                            *
  * -------------------------------------------------------------------- *
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 if (($GLOBALS['cache_instance']->loadCacheFile('foo')) && ($GLOBALS['cache_instance']->extensionVersionMatches('foo'))) {
        // Load cache
        $GLOBALS['cache_array']['foo'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif (isHtmlMode()) {
+} elseif (isHtmlOutputMode()) {
        // Create cache file
        $GLOBALS['cache_instance']->init();