]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-cache.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / extensions / ext-cache.php
index 5f7a2d412beaad44aca637f0ea3cecf0f74fcf0a..6833326e500490d2fddcbc690488ccd057bd5f93 100644 (file)
@@ -248,7 +248,7 @@ default: // Do stuff when extension is loaded
                $GLOBALS['cache_instance'] = new CacheSystem(getConfig('cache_update'), constant('PATH')."inc/".getConfig('cache_path'), getConfig('cache_tested'));
                if ($GLOBALS['cache_instance']->getStatus() != "done") {
                        // Failed to initialize cache sustem
-                       addFatalMessage(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_CANNOT_INITIALIZE);
+                       addFatalMessage(__FILE__, __LINE__, "(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_CANNOT_INITIALIZE);
                } // END - if
        } // END - if
        break;