Fixed incorrect function call.
This commit is contained in:
parent
9ee248bfe7
commit
aa1592c002
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class Doctrine_Migration
|
||||||
$classes = get_declared_classes();
|
$classes = get_declared_classes();
|
||||||
|
|
||||||
if ($this->_migrationClassesDirectory !== null) {
|
if ($this->_migrationClassesDirectory !== null) {
|
||||||
$this->_loadMigrationClassesFromDirectory($classes);
|
$this->loadMigrationClassesFromDirectory($classes);
|
||||||
}
|
}
|
||||||
|
|
||||||
$parent = new ReflectionClass('Doctrine_Migration');
|
$parent = new ReflectionClass('Doctrine_Migration');
|
||||||
|
|
Loading…
Add table
Reference in a new issue