Make OrphanStats::getDB()'s signature compatible with parent.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 18 Aug 2012 14:00:13 +0000 (16:00 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 18 Aug 2012 14:02:43 +0000 (16:02 +0200)
commitb92bc0082c1e9b90795daf7cf15a08a116bacbca
tree0869d7ac6c70d3086e3aa7a71c74675abc3b465c
parentb8e064a34d49168021bd29cdf1f3ee28f7a01b65
Make OrphanStats::getDB()'s signature compatible with parent.

Was throwing Strict Standards: Declaration of OrphanStats::getDB()
should be compatible with that of Maintenance::getDB()
in maintenance/storage/orphanStats.php on line 25

Change-Id: I7451ada12a8c45aa37883b4b3803fbf505eec15b
maintenance/storage/orphanStats.php