X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FParser_DiffTest.php;h=aeae234ace0aa5a3f2760a67338a1a63915a0abf;hb=08be87a99b2468c00a20841a3d7f4884e3c83090;hp=f25340fa723ba636338caa03bbd496e8a00c08d8;hpb=78a58988d45132f5089ebf22a13416210f4be4e5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Parser_DiffTest.php b/includes/parser/Parser_DiffTest.php index f25340fa72..aeae234ace 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 ); } }