From: Chad Horohoe Date: Wed, 10 Mar 2010 12:45:38 +0000 (+0000) Subject: Followup r63545: Whoops make that public X-Git-Tag: 1.31.0-rc.0~37494 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=ff903a4dea43c5423e2de68d427a22bff60a8315;p=lhc%2Fweb%2Fwiklou.git Followup r63545: Whoops make that public --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 8dc9d5324a..1656a6146b 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -292,7 +292,7 @@ abstract class Maintenance { * Maintenance::DB_ADMIN - For admin DB access * @return int */ - protected function getDbType() { + public function getDbType() { return Maintenance::DB_STD; }