Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / extensions / ext-cache.php
index 3798fa967750c08fae77eeef4085285b3a0a14b3..9d5f72a052ae2b4501069d815fd35d7cfa2494ae 100644 (file)
@@ -251,7 +251,7 @@ default: // Do stuff when extension is loaded
                $cacheInstance = new CacheSystem(getConfig('cache_update'), PATH."inc/".getConfig('cache_path'), getConfig('cache_tested'));
                if ($cacheInstance->getStatus() != "done") {
                        // Failed to initialize cache sustem
-                       ADD_FATAL(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_CANNOT_INITIALIZE);
+                       addFatalMessage(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_CANNOT_INITIALIZE);
                } // END - if
        } // END - if
        break;