r99953 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99952‎ | r99953 | r99954 >
Date:16:08, 16 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Make URL relative
Modified paths:
  • /trunk/extensions/SiteMatrix/SiteMatrix_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php
@@ -123,7 +123,7 @@
124124 }
125125
126126 public function getSiteUrl( $site ){
127 - return 'http://' . $this->hosts[$site] . '/';
 127+ return '//' . $this->hosts[$site] . '/';
128128 }
129129
130130 /**

Status & tagging log