r92393 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92392‎ | r92393 | r92394 >
Date:14:55, 17 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Folowup r92386, move ; before \n
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 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92386Followup r92351, restore r89598reedy00:30, 17 July 2011

Status & tagging log