Commit f8134df1 authored by zYne's avatar zYne

--no commit message

--no commit message
parent abfd8919
......@@ -43,7 +43,7 @@ class Doctrine_Export_Sqlite extends Doctrine_Export
*/
public function dropDatabase($name)
{
$databaseFile = $this->conn->formatter->getDatabaseFile($name);
$databaseFile = $this->conn->getDatabaseFile($name);
if (!@file_exists($databaseFile)) {
throw new Doctrine_Export_Exception('database does not exist');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment