...

World Wide Web Server 2012-07-04 16:05:13 -07:00
parent 5229c199f4
commit 76b6a511e0

@ -65,11 +65,7 @@ class MY_Loader extends CI_Loader {
return $ci->{$table};
}
if (!isset($this->doctrine_migration)) {
$this->doctrine_migration = new Doctrine_Migration(MIGRATIONS_PATH);
}
return $this->doctrine_migration;
return FALSE;
}
}
[/code]