r75540 CR
authorPlatonides <platonides@users.mediawiki.org>
Wed, 27 Oct 2010 14:46:58 +0000 (14:46 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 27 Oct 2010 14:46:58 +0000 (14:46 +0000)
maintenance/update.php

index fe030ee..dc0d719 100644 (file)
@@ -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 */;
        }