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

Merge r3121 (fixed #573)

parent 071d5425
...@@ -144,7 +144,7 @@ END; ...@@ -144,7 +144,7 @@ END;
$result = $this->generateMigrationsFromModels($directory); $result = $this->generateMigrationsFromModels($directory);
exec('rm -rf ' . $directory); Doctrine::removeDirectories($directory);
return $result; return $result;
} }
......
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