X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FmergeMessageFileList.php;h=75b7ef0b49228ea0a93bc586ad27b7223ec883e0;hb=0d7a30fa27ebaefb5d89693bbe658916b982c082;hp=b36a319dea275c5a7ee18e1616b7eaca3b362471;hpb=72e1b54ad49a6304c3f056c773cc51afe21f3c48;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mergeMessageFileList.php b/maintenance/mergeMessageFileList.php index b36a319dea..75b7ef0b49 100644 --- a/maintenance/mergeMessageFileList.php +++ b/maintenance/mergeMessageFileList.php @@ -58,7 +58,7 @@ class MergeMessageFileList extends Maintenance { # Strip comments, discard empty lines, and trim leading and trailing # whitespace. Comments start with '#' and extend to the end of the line. - foreach( $lines as $line ) { + foreach ( $lines as $line ) { $line = trim( preg_replace( '/#.*/', '', $line ) ); if ( $line !== '' ) { $mmfl['setupFiles'][] = $line;