Follow up r75474

This commit is contained in:
Platonides 2010-10-27 13:56:58 +00:00
parent 34ae184d3b
commit f323cece43

View file

@ -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() {