Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -49,7 +49,8 @@ |
50 | 50 | |
51 | 51 | $fileName = self::generateFileName( $wgSQLiteDataDir, $dbName ); |
52 | 52 | if ( !is_readable( $fileName ) ) { |
53 | | - throw new DBConnectionError( $this, "SQLite database not accessible" ); $this->mConn = false; |
| 53 | + throw new DBConnectionError( $this, "SQLite database not accessible" ); |
| 54 | + $this->mConn = false; |
54 | 55 | } |
55 | 56 | $this->openFile( $fileName ); |
56 | 57 | return $this->mConn; |