From: Antoine Musso Date: Mon, 1 May 2006 10:40:31 +0000 (+0000) Subject: Unused call to wfMsg('math_unknown_error') X-Git-Tag: 1.31.0-rc.0~57295 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=b64d8b46c69e053a6f21bd9e4728d33391427d67;p=lhc%2Fweb%2Fwiklou.git Unused call to wfMsg('math_unknown_error') --- diff --git a/includes/Math.php b/includes/Math.php index 638113770c..e40abdf1af 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -160,7 +160,6 @@ class MathRenderer { function _error( $msg, $append = '' ) { $mf = htmlspecialchars( wfMsg( 'math_failure' ) ); - $munk = htmlspecialchars( wfMsg( 'math_unknown_error' ) ); $errmsg = htmlspecialchars( wfMsg( $msg ) ); $source = htmlspecialchars( str_replace( "\n", ' ', $this->tex ) ); return "$mf ($errmsg$append): $source\n";