Index: trunk/phase3/maintenance/update.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | return 2 /* Maintenance::DB_ADMIN */; |
52 | 52 | } |
53 | 53 | |
54 | | - private function compatChecks() { |
| 54 | + function compatChecks() { |
55 | 55 | $test = new PhpXmlBugTester(); |
56 | 56 | if ( !$test->ok ) { |
57 | 57 | $this->error( |