Merge "Fix TitlePermissionTest failures due to test leakage"
[lhc/web/wiklou.git] / includes / exception / MWException.php
index ffeafff..af835e4 100644 (file)
@@ -76,6 +76,7 @@ class MWException extends Exception {
                global $wgSitename;
                $args = array_slice( func_get_args(), 2 );
 
+               // FIXME: Keep logic in sync with MWExceptionRenderer::msg.
                $res = false;
                if ( $this->useMessageCache() ) {
                        try {