From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/parser/Parser_DiffTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/parser/Parser_DiffTest.php') diff --git a/includes/parser/Parser_DiffTest.php b/includes/parser/Parser_DiffTest.php index f25340fa..aeae234a 100644 --- a/includes/parser/Parser_DiffTest.php +++ b/includes/parser/Parser_DiffTest.php @@ -122,7 +122,7 @@ class Parser_DiffTest function setFunctionHook( $id, $callback, $flags = 0 ) { $this->init(); - foreach ( $this->parsers as $parser ) { + foreach ( $this->parsers as $parser ) { $parser->setFunctionHook( $id, $callback, $flags ); } } -- cgit v1.2.3-54-g00ecf