MediaWiki r82041 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r82040‎ | r82041 (on ViewVC)‎ | r82042 >
Date:23:24, 12 February 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r82038, r82039
Modified paths:

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoaderFileModule.php
@@ -197,6 +197,8 @@
198198 break;
199199 }
200200 }
 201+ // Make sure the remote base path is a complete valid url
 202+ $this->remoteBasePath = wfExpandUrl( $this->remoteBasePath );
201203 }
202204
203205 /**

Past revisions this follows-up on

Rev.Commit summaryAuthorDate
r82038Follow-up r81731 CR comments. Calling wfExpandUrl() on remote base path.krinkle22:46, 12 February 2011
r82039Follow-up r82038. Calling wfExpandUrl() on remote base path *AFTER* is has be...krinkle23:20, 12 February 2011

Status & tagging log

  • 15:15, 14 April 2011 ^demon (talk | contribs) changed the status of r82041 [removed: new added: ok]