http://www.mediawiki.org/wiki/Special:Code/MediaWiki/69010

Revision: 69010
Author:   avar
Date:     2010-07-04 16:40:28 +0000 (Sun, 04 Jul 2010)

Log Message:
-----------
new-installer: Return newGood() from CreateDBAccount if we're not creating an 
account

This unbreaks the installation when we're not creating a user, broken
in my last commit.

Modified Paths:
--------------
    trunk/phase3/includes/installer/MysqlInstaller.php

Modified: trunk/phase3/includes/installer/MysqlInstaller.php
===================================================================
--- trunk/phase3/includes/installer/MysqlInstaller.php  2010-07-04 16:35:33 UTC 
(rev 69009)
+++ trunk/phase3/includes/installer/MysqlInstaller.php  2010-07-04 16:40:28 UTC 
(rev 69010)
@@ -380,7 +380,7 @@
                global $IP;
 
                if ( !$this->getVar( '_CreateDBAccount' ) ) {
-                       return;
+                       return Status::newGood();
                }
 
                $status = $this->getConnection();



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to