Remove PHP4 "support" from using constant in update.php
authorReedy <reedy@wikimedia.org>
Mon, 11 May 2015 14:34:02 +0000 (15:34 +0100)
committerReedy <reedy@wikimedia.org>
Mon, 11 May 2015 14:34:02 +0000 (15:34 +0100)
Change-Id: I4743d10a3084a7dc4806d73662b19aa6751b0c18

maintenance/update.php

index 2ba5daf..b8af5e9 100755 (executable)
@@ -63,8 +63,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 */
+               return Maintenance::DB_ADMIN;
        }
 
        function compatChecks() {