X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FParser_DiffTest.php;h=aeae234ace0aa5a3f2760a67338a1a63915a0abf;hb=e58ebbe87da0b9ad292707b418a5cc854e34bf42;hp=f25340fa723ba636338caa03bbd496e8a00c08d8;hpb=9d19dd16e2fc1c0583524a097d4b5e2e09c4a42e;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 ); } }