1
0
mirror of synced 2025-01-18 06:21:40 +03:00

small migration fix (notice+warning when the migration folder is empty because of uninitialized variable)

This commit is contained in:
romanb 2007-10-08 09:00:20 +00:00
parent 6e519eb292
commit 69874b729f

View File

@ -61,6 +61,7 @@ class Doctrine_Migration
$directory = $this->migrationClassesDirectory;
$classes = get_declared_classes();
$loadedClasses = array();
if ($directory !== null) {
foreach ((array) $directory as $dir) {