Index: branches/REL1_17/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 | } |
Property changes on: branches/REL1_17/phase3/includes/installer/LocalSettingsGenerator.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
210 | 210 | Merged /branches/sqlite/includes/installer/LocalSettingsGenerator.php:r58211-58321 |
211 | 211 | Merged /trunk/phase3/includes/installer/LocalSettingsGenerator.php:r82845,82847-82848,84875,84881-84882,84970,84976,85021,85066,88658,89311,89529,89598,89821 |
212 | 212 | Merged /branches/new-installer/phase3/includes/installer/LocalSettingsGenerator.php:r43664-66004 |
213 | 213 | Merged /branches/wmf-deployment/includes/installer/LocalSettingsGenerator.php:r53381 |
214 | 214 | Merged /branches/REL1_15/phase3/includes/installer/LocalSettingsGenerator.php:r51646 |
Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -38,6 +38,10 @@ |
39 | 39 | * The lowest supported version of PHP is now 5.2.3. If necessary, please |
40 | 40 | upgrade PHP prior to upgrading MediaWiki. |
41 | 41 | |
| 42 | +=== Changes since 1.17.0rc1 === |
| 43 | +* Fixed syntax error in generated LocalSettings.php when a non-default user |
| 44 | +rights profile is chosen. |
| 45 | + |
42 | 46 | === Changes since 1.17 beta 1 === |
43 | 47 | |
44 | 48 | * Fixed warning about missing file "password.js". |