From ff903a4dea43c5423e2de68d427a22bff60a8315 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 10 Mar 2010 12:45:38 +0000 Subject: [PATCH] Followup r63545: Whoops make that public --- maintenance/Maintenance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1