Skip to content

Commit

Permalink
Migrating DboSqliteTest to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 10, 2010
1 parent 1b9eb03 commit f4cf945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/model/datasources/dbo/dbo_sqlite.php
Expand Up @@ -125,7 +125,6 @@ class DboSqlite extends DboSource {
*/
function connect() {
$config = $this->config;

if (!$config['persistent']) {
$this->connection = sqlite_open($config['database']);
} else {
Expand Down

0 comments on commit f4cf945

Please sign in to comment.