oups. It seems that here, we need \PDO

This commit is contained in:
woodspire 2012-12-05 08:37:06 -05:00
parent 36d6c40bb1
commit e5e3341a6d

View File

@ -372,6 +372,6 @@ class ModelChoiceList extends ObjectChoiceList
*/ */
private function isInteger($col) private function isInteger($col)
{ {
return $col->getPdoType() === PDO::PARAM_INT; return $col->getPdoType() === \PDO::PARAM_INT;
} }
} }