r82041 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82040‎ | r82041 | r82042 >
Date:23:24, 12 February 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r82038, r82039
Modified paths:
  • /branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoaderFileModule.php (modified) (history)

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

RevisionCommit 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