Index: trunk/phase3/includes/Math.php |
— | — | @@ -172,7 +172,7 @@ |
173 | 173 | 'math_html_conservativeness' => $this->conservativeness, |
174 | 174 | 'math_html' => $this->html, |
175 | 175 | 'math_mathml' => $this->mathml, |
176 | | - ), $fname, array( 'IGNORE' ) |
| 176 | + ), $fname |
177 | 177 | ); |
178 | 178 | } |
179 | 179 | |