Replace $wgConf->localVHosts by $wgLocalVirtualHosts
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Mon, 1 Sep 2014 20:26:36 +0000 (22:26 +0200)
committerKunal Mehta <legoktm@gmail.com>
Fri, 3 Oct 2014 10:54:44 +0000 (03:54 -0700)
commit3114dbea0413f89ffcef57a9678bd53dd7b0078c
tree7edac7b1ab45c07af35d5be69d1c20111aa054ff
parentabc32b28495adb5f5fe8fb7f467d19b52835d486
Replace $wgConf->localVHosts by $wgLocalVirtualHosts

The former is independent of the remaining of the SiteConfiguration
class, and as thus makes more sense to be defined as an explicit
configuration setting rather that being hidden in $wgConf.

Change-Id: I25204d37c5cfffb6953fe53e14316dc3df5b5b10
RELEASE-NOTES-1.25
includes/DefaultSettings.php
includes/HttpFunctions.php
includes/SiteConfiguration.php