Commit ef40c049 authored by samw3's avatar samw3

getConnectionByTableName() returns Doctrine_Manager::connection() if table does not exist

parent 3eb463ad
......@@ -501,6 +501,7 @@ final class Doctrine
return $table->getConnection();
}
}
return Doctrine_Manager::connection();
}
/**
* importSchema
......
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