X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;ds=sidebyside;f=includes%2Fparser%2FParser.php;h=326100280dd941d3936c810c3a9d8e6c3d610f69;hb=e687f2da3eb5be95855d9aafc53a7524dfaefa34;hp=74ffc888eb1d58dad47d32b57c480d3699e8779b;hpb=a9007e8baf802f0f57d095e3bb4ad201c98c0cb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 74ffc888eb..326100280d 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -3411,7 +3411,7 @@ class Parser { # string or an array containing the string and any flags. This mungs # things around to match what this method should return. if ( !is_array( $result ) ) { - $result =[ + $result = [ 'found' => true, 'text' => $result, ];