From: Platonides Date: Wed, 27 Oct 2010 14:46:58 +0000 (+0000) Subject: r75540 CR X-Git-Tag: 1.31.0-rc.0~34271 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=c7e101b7bf1ec5076412648984a4de2bf994cfaa;p=lhc%2Fweb%2Fwiklou.git r75540 CR --- diff --git a/maintenance/update.php b/maintenance/update.php index fe030ee050..dc0d719724 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -31,6 +31,7 @@ class UpdateMediaWiki extends Maintenance { } function getDbType() { + /* If we used the class constant PHP4 would give a parser error here */ return 2 /* Maintenance::DB_ADMIN */; }