Fixes.
This commit is contained in:
parent
26ee84d5c8
commit
c7b79372cc
@ -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…
x
Reference in New Issue
Block a user