X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FException.php;h=fba857f90d6298949d28128c25f4787419569fb0;hb=bc8f309bdad5f1f8b95fe14d8fd3bb126594c325;hp=39fe6f4b30dff796313e0bdd27a2baa259f5545c;hpb=f9278e62bcf529f04bf97cab699a52e901b8cb3e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Exception.php b/includes/Exception.php index 39fe6f4b30..fba857f90d 100644 --- a/includes/Exception.php +++ b/includes/Exception.php @@ -30,7 +30,6 @@ * @ingroup Exception */ class MWException extends Exception { - var $logId; /** * Should the exception use $wgOut to output the error? @@ -131,7 +130,7 @@ class MWException extends Exception { "

\n"; } else { return "
" . - '[' . $this->getLogId() . '] ' . + '[' . MWExceptionHandler::getLogId( $this ) . '] ' . gmdate( 'Y-m-d H:i:s' ) . ": Fatal exception of type " . get_class( $this ) . "
\n" . "