Follow up r75474
This commit is contained in:
parent
34ae184d3b
commit
f323cece43
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
* Run all updaters.
|
||||
*
|
||||
* This is used when the database schema is modified and we need to apply patches.
|
||||
* It is kept compatible with php 4 parsing so that it can give out a meaningful error.
|
||||
*
|
||||
* @file
|
||||
* @todo document
|
||||
|
|
@ -30,7 +31,7 @@ class UpdateMediaWiki extends Maintenance {
|
|||
}
|
||||
|
||||
function getDbType() {
|
||||
return DB_ADMIN;
|
||||
return 2 /* Maintenance::DB_ADMIN */;
|
||||
}
|
||||
|
||||
function execute() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue