Commit aa1592c0 authored by jwage's avatar jwage

Fixed incorrect function call.

parent 9ee248bf
...@@ -160,7 +160,7 @@ class Doctrine_Migration ...@@ -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');
......
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