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