Factor out obtaining the database object in ResourceLoaderWikiModule into a getDB...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 2 Aug 2011 15:47:30 +0000 (15:47 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 2 Aug 2011 15:47:30 +0000 (15:47 +0000)
commit641081d3416321991a276070bd98333e2d2e139d
tree4d656f959be3f87ce62b064f13680569ca72db99
parent7ed75c87caace88a43d70b9b09918f02acf38c7d
Factor out obtaining the database object in ResourceLoaderWikiModule into a getDB() method that can be overridden by subclasses. This is needed for the Gadgets extension in the RL2 branch, which subclasses ResourceLoaderWikiModule to create modules for foreign wiki pages.
includes/resourceloader/ResourceLoaderWikiModule.php