r104181 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104180‎ | r104181 | r104182 >
Date:16:28, 24 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r104033, explicitly define the array
Modified paths:
  • /trunk/phase3/includes/specials/SpecialLinkSearch.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialLinkSearch.php
@@ -55,6 +55,7 @@
5656 $target = $request->getVal( 'target', $par );
5757 $namespace = $request->getIntorNull( 'namespace', null );
5858
 59+ $protocols_list = array();
5960 foreach( $wgUrlProtocols as $prot ) {
6061 if ( $prot !== '//' ) {
6162 $protocols_list[] = $prot;

Sign-offs

UserFlagDate
GWickeinspected14:05, 6 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104033Followup r102951: per CR, remove duplicated empty string from API extlinks mo...catrope13:41, 23 November 2011

Status & tagging log