r95564 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95563‎ | r95564 | r95565 >
Date:17:29, 26 August 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Fix merge snafu from r95505
Modified paths:
  • /branches/wmf/1.17wmf1/includes/api/ApiQuerySiteinfo.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/api/ApiQuerySiteinfo.php
@@ -267,7 +267,7 @@
268268 if ( isset( $langNames[$row->iw_prefix] ) ) {
269269 $val['language'] = $langNames[$row->iw_prefix];
270270 }
271 - $val['url'] = wfExpandUrl( $row['iw_url'], PROTO_CURRENT );
 271+ $val['url'] = wfExpandUrl( $row->iw_url, PROTO_CURRENT );
272272
273273 $data[] = $val;
274274 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r955051.17wmf1: Merge a truckload of HTTPS / prot rel URL fixes: r93847, r94990, r9...catrope19:32, 25 August 2011

Status & tagging log