r92386 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92385‎ | r92386 | r92387 >
Date:00:30, 17 July 2011
Author:reedy
Status:resolved
Tags:
Comment:
Followup r92351, restore r89598
Modified paths:
  • /branches/REL1_18/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/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
r92393Folowup r92386, move ; before \nreedy14:55, 17 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89598;demon20:01, 6 June 2011
r92351MFT to REL1_18...hashar10:47, 16 July 2011

Status & tagging log