r81373 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81372‎ | r81373 | r81374 >
Date:03:14, 2 February 2011
Author:mah
Status:ok (Comments)
Tags:
Comment:
follow up r81363 and fix Bug#27099
Modified paths:
  • /trunk/phase3/includes/WebRequest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebRequest.php
@@ -70,7 +70,7 @@
7171 if( $path == $wgScript && $want !== 'all' ) {
7272 // Script inside a rewrite path?
7373 // Abort to keep from breaking...
74 - return;
 74+ return array();
7575 }
7676 // Raw PATH_INFO style
7777 $matches = self::extractTitle( $path, "$wgScript/$1" );

Follow-up revisions

RevisionCommit summaryAuthorDate
r81387Followup r81373, r81363...reedy13:02, 2 February 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81363* Remove last bit of code that uses PATH_INFO from img_auth.php so that peopl...mah01:08, 2 February 2011

Comments

#Comment by Reedy (talk | contribs)   12:46, 2 February 2011

use bug XXXXX

Where XXXXX is the bug number....

Status & tagging log