Skip to content

Commit

Permalink
missing? Db:factory-modify
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Sep 27, 2009
1 parent 70517cd commit 348c504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Spizer/Logger/Sqlite.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct($config = array())
}

// Instantiate the adapter
$this->db = Zend_Db::factory('PDO_SQLITE', array('dbname' => $config['dbfile']));
$this->db = Zend_Db::factory('Pdo_Sqlite', array('dbname' => $config['dbfile']));

// Set up the database and tables
if (! (isset($config['append']) && $config['append'])) {
Expand Down

0 comments on commit 348c504

Please sign in to comment.