https://bugzilla.wikimedia.org/show_bug.cgi?id=28917

--- Comment #1 from Chad H. <innocentkil...@gmail.com> 2011-05-10 21:01:57 UTC 
---
I already do check for that case and return early. The first few lines of
setupAccounts() are:

$dbUser = $this->getVar( 'wgDBuser' );
if( $dbUser == $this->getVar( '_InstallUser' ) ) {
    return Status::newGood();
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to