Followup r80864: DatabaseSqlite exploded on installer page because it tried to open...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 24 Jan 2011 17:37:06 +0000 (17:37 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 24 Jan 2011 17:37:06 +0000 (17:37 +0000)
commit537bf1ef01a029565be15f261bc3527dee870346
tree3183cb2753e9ac75540f018ec40e19e36b2b9ec5
parentb3e99eec5b30d4a5458609d5a819f2aba2388055
Followup r80864: DatabaseSqlite exploded on installer page because it tried to open an invalid $wgSqliteDataDir.

Even though it doesn't use $server, only call open() if it's set, like in the other constructors.

The amount of code duplication here is stupid.
includes/db/DatabaseSqlite.php