Merge pull request #237 from prgTW/1.2

Update PropelParamConverter.php
This commit is contained in:
Toni Uebernickel 2013-06-19 08:16:47 -07:00
commit d9d8e9879f

View file

@ -65,6 +65,8 @@ class PropelParamConverter implements ParamConverterInterface
{
$classQuery = $configuration->getClass() . 'Query';
$classPeer = $configuration->getClass() . 'Peer';
$this->filters = array();
$this->exclude = array();
if (!class_exists($classQuery)) {
throw new \Exception(sprintf('The %s Query class does not exist', $classQuery));