1
0
mirror of synced 2025-01-17 22:11:41 +03:00
This commit is contained in:
Jonathan.Wage 2007-09-24 18:46:11 +00:00
parent 26ee84d5c8
commit c7b79372cc

View File

@ -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();