Commit c7b79372 authored by Jonathan.Wage's avatar Jonathan.Wage

Fixes.

parent 26ee84d5
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment