Use getBaseUrl() instead of detectBaseUrl()
authorEvan Coury <me@evancoury.com>
Sun, 8 Jan 2012 23:46:33 +0000 (16:46 -0700)
committerEvan Coury <me@evancoury.com>
Sun, 8 Jan 2012 23:46:33 +0000 (16:46 -0700)
commit6288ec421a933d977be1361070627e7b3cf39267
tree0ef63a485071dc6cea7d3466f358758635cb36e7
parent438f306ad65f6e1beeba1a6393ee757442562463
Use getBaseUrl() instead of detectBaseUrl()

Pointed out by @Swaagie, detectBaseUrl() doesn't cache to a class property per
request, whereas getBaseUrl() is a wrapper for detectBaseUrl() which does cache
per instance of the request.
module/Application/Module.php