From b64d8b46c69e053a6f21bd9e4728d33391427d67 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 1 May 2006 10:40:31 +0000 Subject: [PATCH] Unused call to wfMsg('math_unknown_error') --- includes/Math.php | 1 - 1 file changed, 1 deletion(-) 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"; -- 2.20.1