r89598 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89597‎ | r89598 | r89599 >
Date:20:01, 6 June 2011
Author:demon
Status:ok (Comments)
Tags:lamecommitsummary 
Comment:
;
Modified paths:
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -202,7 +202,7 @@
203203 foreach( $rightArr as $right => $perm ) {
204204 $right = self::escapePhpString( $right );
205205 $groupRights .= "\$wgGroupPermissions['$group']['$right'] = " .
206 - wfBoolToStr( $perm ) . "\n";
 206+ wfBoolToStr( $perm ) . ";\n";
207207 }
208208 }
209209 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r90062MFT r89598 to 1.17maxsem17:38, 14 June 2011
r92339REL1_18 MFT r89401, r89451, r89512, r89513, r89523, r89529, r89532, r89549, r...reedy23:08, 15 July 2011
r92386Followup r92351, restore r89598reedy00:30, 17 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89311Make user right selection in installer actually work, thanks Krinkle for spot...demon01:26, 2 June 2011

Comments

#Comment by Tim Starling (talk | contribs)   00:26, 15 June 2011

Please try to write more informative commit messages.

Status & tagging log