Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -1501,7 +1501,7 @@ |
1502 | 1502 | /** |
1503 | 1503 | * @return DatabaseBase |
1504 | 1504 | */ |
1505 | | - public function getDB() { |
| 1505 | + protected function getDB() { |
1506 | 1506 | return wfGetDB( DB_SLAVE, 'api' ); |
1507 | 1507 | } |
1508 | 1508 | |