Index: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoaderFileModule.php |
— | — | @@ -197,6 +197,8 @@ |
198 | 198 | break; |
199 | 199 | } |
200 | 200 | } |
| 201 | + // Make sure the remote base path is a complete valid url |
| 202 | + $this->remoteBasePath = wfExpandUrl( $this->remoteBasePath ); |
201 | 203 | } |
202 | 204 | |
203 | 205 | /** |