Applying the text changes to the file as in r69589, to complete the rename from Insta...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jul 2010 10:06:41 +0000 (10:06 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jul 2010 10:06:41 +0000 (10:06 +0000)
includes/installer/DatabaseInstaller.php

index 08c25f1..45ad9ab 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 
 /**
- * Base class for DBMS-specific installation helper classes
+ * Base class for DBMS-specific installation helper classes.
  */
-abstract class InstallerDBType {
+abstract class DatabaseInstaller {
        /** The Installer object */
        var $parent;