Followup r94375; Use PROTO_RELATIVE so that when $wgServer is a protocol relative...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 14 Aug 2011 14:07:12 +0000 (14:07 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 14 Aug 2011 14:07:12 +0000 (14:07 +0000)
commit14f758d2c15016bb656293058de679ddd79ce9d9
tree832d4dd6d043b86eb6674844d4a859a4cb9a718e
parentb3599d8f8c32af2242a521fdc4e17adf74c547da
Followup r94375; Use PROTO_RELATIVE so that when $wgServer is a protocol relative url we don't potentially polute the cache if getFullURL is called by an extension that outputs to cache. getFullURL includes a #fragment so it's more likely that extensions outputting urls in situations that don't support protocol relative urls are using getLocalURL and expanding it.
includes/Title.php