r32167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32166‎ | r32167 | r32168 >
Date:12:43, 19 March 2008
Author:ialex
Status:old
Tags:
Comment:
In continuation of r23243: is already created by Setup.php, it don't need to set twice.
Modified paths:
  • /trunk/phase3/redirect.php (modified) (history)

Diff [purge]

Index: trunk/phase3/redirect.php
@@ -2,12 +2,8 @@
33 require_once( './includes/WebStart.php' );
44 global $wgArticlePath;
55
6 -require_once( 'includes/WebRequest.php' );
7 -$wgRequest = new WebRequest();
8 -
96 $page = $wgRequest->getVal( 'wpDropdown' );
107
118 $url = str_replace( "$1", urlencode( $page ), $wgArticlePath );
129
1310 header( "Location: {$url}" );
14 -

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r23243Fix drop-down for Nostalgia skin when $wgArticlePath is left to default inter...brion18:58, 22 June 2007

Status & tagging log