Allow DB to be used during LocalSettings.php et al by changing plain get of global...
authorAndrew Garrett <werdna@users.mediawiki.org>
Sun, 30 Nov 2008 09:44:00 +0000 (09:44 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Sun, 30 Nov 2008 09:44:00 +0000 (09:44 +0000)
commit36dab182b8db532432b25c1aa7bea4be6b90f152
treeb1ffc5f343e81b54d02e52de8c831b37a967aaff
parentc06afd56b3d995bb579fbbdb0e26aa98a46908b5
Allow DB to be used during LocalSettings.php et al by changing plain get of global $wgMemc to wfGetMainCache(), which will load memcached if necessary.
includes/db/LoadMonitor.php