r70935 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70934‎ | r70935 | r70936 >
Date:09:55, 12 August 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r63404. If we are in safe mode, we do not want hashed uploads.
Modified paths:
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -156,7 +156,7 @@
157157 }
158158
159159 $rights = $this->values['wgRightsUrl'] ? '' : '#';
160 - $hashedUploads = $this->safeMode ? '#' : '';
 160+ $hashedUploads = $this->safeMode ? '' : '#';
161161
162162 switch( $this->values['wgMainCacheType'] ) {
163163 case 'anything':
@@ -301,4 +301,4 @@
302302 ";
303303 }
304304
305 -}
\ No newline at end of file
 305+}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63404New class for writing LocalSettings, write localsettings at end of installati...demon18:25, 8 March 2010

Status & tagging log