Refback extension in alpha phase finished, users can give refback to all refs in...
[mailer.git] / inc / extensions / ext-cache.php
index b57a15f2b377dbf66f98eb31c1f8d5ed3508aa75..f1db9c8cca3aefca91f180975ccc70758e89938e 100644 (file)
@@ -200,7 +200,7 @@ default: // Do stuff when extension is loaded
                $cacheInstance = new mxchange_cache($_CONFIG['cache_update'], PATH."inc/".$_CONFIG['cache_path'], $_CONFIG['cache_tested']);
                if ($cacheInstance->getStatus() != "done") {
                        // Failed to initialize cache sustem
-                       ADD_FATAL(__FILE__."(".__LINE__."): ".CACHE_CANNOT_INITIALIZE);
+                       ADD_FATAL(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_CANNOT_INITIALIZE);
                }
        }
        break;