Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | } |
125 | 125 | |
126 | 126 | public function getSiteUrl( $site ){ |
127 | | - return 'http://' . $this->hosts[$site] . '/'; |
| 127 | + return '//' . $this->hosts[$site] . '/'; |
128 | 128 | } |
129 | 129 | |
130 | 130 | /** |