r69595 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69594‎ | r69595 | r69596 >
Date:10:06, 20 July 2010
Author:tstarling
Status:ok
Tags:
Comment:
Applying the text changes to the file as in r69589, to complete the rename from InstallerDBType to DatabaseInstaller.
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseInstaller.php
@@ -1,9 +1,9 @@
22 <?php
33
44 /**
5 - * Base class for DBMS-specific installation helper classes
 5+ * Base class for DBMS-specific installation helper classes.
66 */
7 -abstract class InstallerDBType {
 7+abstract class DatabaseInstaller {
88 /** The Installer object */
99 var $parent;
1010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69589Renamed InstallerDBType to DatabaseInstallerjeroendedauw09:30, 20 July 2010

Status & tagging log