Fix for PHP notice (Fixes #1424)

This commit is contained in:
Leonid Mamchenkov 2011-06-02 01:12:25 +03:00
parent cb88b952f4
commit 8271970639

View file

@ -188,6 +188,7 @@ class Postgres extends DboSource {
$fields = parent::describe($model);
$table = $this->fullTableName($model, false);
$this->_sequenceMap[$table] = array();
$cols = null;
if ($fields === null) {
$cols = $this->_execute(