1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-06-13 22:18:34 +00:00
parent abfd89192e
commit f8134df165

View File

@ -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');
}