* Make the MySQL updater work in the new installer
[lhc/web/wiklou.git] / includes / installer / OracleInstaller.php
index 0abc69f..f6057f5 100644 (file)
@@ -115,5 +115,9 @@ class OracleInstaller extends DatabaseInstaller {
 "# Oracle specific settings
 \$wgDBprefix         = \"{$prefix}\";";
        }
-       
+
+       public function doUpgrade() {
+               // TODO
+               return false;
+       }
 }
\ No newline at end of file