X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FConfEditor.php;h=699e83a091d3ed66589536b526323ba453f0e4c3;hb=4feea6a4ec1fe0a1f7a2518d89c293fdb2df5f22;hp=d304e65ee299af4a145653642dd7b738607218de;hpb=6bd014ce79438ee697f6d834e9d5b5a522002b6a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ConfEditor.php b/includes/ConfEditor.php index d304e65ee2..699e83a091 100644 --- a/includes/ConfEditor.php +++ b/includes/ConfEditor.php @@ -1060,6 +1060,7 @@ class ConfEditorParseError extends MWException { return "$line\n" .str_repeat( ' ', $this->colNum - 1 ) . "^\n"; } } + return ''; } } @@ -1094,4 +1095,3 @@ class ConfEditorToken { return $this->type == 'END'; } } -