r97834 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97833‎ | r97834 | r97835 >
Date:18:53, 22 September 2011
Author:danny_b
Status:resolved
Tags:
Comment:
* fixing the sliced part of the array
Modified paths:
  • /trunk/tools/web-scripts/missing.php (modified) (history)

Diff [purge]

Index: trunk/tools/web-scripts/missing.php
@@ -65,7 +65,7 @@
6666 $project = $tmp[0];
6767 $language = $tmp[1];
6868 $base = 'secure.wikimedia.org/wikipedia/incubator/wiki/';
69 - $page = implode( array_slice( $tmp, 2 ) );
 69+ $page = implode( array_slice( $tmp, 3 ) );
7070
7171 } else {
7272

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97778* Changing static page to dynamic result according to the given URL....danny_b01:25, 22 September 2011
r97829* + XHTML necessities accidentally lost in r97778danny_b17:27, 22 September 2011

Status & tagging log