undefined/uninitialized variable
This commit is contained in:
parent
4ad0c5045a
commit
80f15ee668
@ -47,7 +47,7 @@ class Doctrine_Export_Sqlite extends Doctrine_Export
|
||||
if (!@file_exists($databaseFile)) {
|
||||
throw new Doctrine_Export_Exception('database does not exist');
|
||||
}
|
||||
$result = @unlink($database_file);
|
||||
$result = @unlink($databaseFile);
|
||||
if ( ! $result) {
|
||||
throw new Doctrine_Export_Exception('could not remove the database file');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user