From: Sam Reed Date: Wed, 25 Aug 2010 15:26:45 +0000 (+0000) Subject: Followup r71593 - Spaces, I *still* hate you X-Git-Tag: 1.31.0-rc.0~35328 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=6bf4878668f179b96948ef1e860515f169d0dc5f;p=lhc%2Fweb%2Fwiklou.git Followup r71593 - Spaces, I *still* hate you --- diff --git a/includes/db/DatabaseSqlite.php b/includes/db/DatabaseSqlite.php index a32e2a4212..38a49e0c00 100644 --- a/includes/db/DatabaseSqlite.php +++ b/includes/db/DatabaseSqlite.php @@ -65,7 +65,7 @@ class DatabaseSqlite extends DatabaseBase { $fileName = self::generateFileName( $wgSQLiteDataDir, $dbName ); if ( !is_readable( $fileName ) ) { - $this->mConn = false; + $this->mConn = false; throw new DBConnectionError( $this, "SQLite database not accessible" ); } $this->openFile( $fileName );