Fixes.
This commit is contained in:
parent
26ee84d5c8
commit
c7b79372cc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Doctrine_Resource_Client extends Doctrine_Resource
|
|||
{
|
||||
$path = '/tmp/' . md5(serialize($this->getConfig()));
|
||||
|
||||
if (file_exists($path)) {
|
||||
if (!file_exists($path)) {
|
||||
$schema = file_get_contents($path);
|
||||
} else {
|
||||
$request = new Doctrine_Resource_Request();
|
||||
|
|
Loading…
Add table
Reference in a new issue