From d026807c3ee5560f977f10db95970d3d82e398c5 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 12 Jul 2004 20:59:25 +0000 Subject: [PATCH] unclosed array. tim, please check if this fix closes at the right spot --- includes/Math.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Math.php b/includes/Math.php index 827c1167df..10ae193248 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -152,7 +152,7 @@ class MathRenderer { $dbr =& wfGetDB( DB_READ ); $rpage = $dbr->getArray( 'math', array( 'math_outputhash','math_html_conservativeness','math_html','math_mathml' ), - array( 'math_inputhash' => pack("H32", $this->md5), # Binary packed, not hex + array( 'math_inputhash' => pack("H32", $this->md5)), # Binary packed, not hex $fname ); -- 2.20.1