Index: branches/REL1_18/phase3/includes/installer/LocalSettingsGenerator.php |
— | — | @@ -202,7 +202,7 @@ |
203 | 203 | foreach( $rightArr as $right => $perm ) { |
204 | 204 | $right = self::escapePhpString( $right ); |
205 | 205 | $groupRights .= "\$wgGroupPermissions['$group']['$right'] = " . |
206 | | - wfBoolToStr( $perm ) . "\n;"; |
| 206 | + wfBoolToStr( $perm ) . ";\n"; |
207 | 207 | } |
208 | 208 | } |
209 | 209 | } |