Navigation Menu

Skip to content

Commit

Permalink
Fix for PHP notice (Fixes #1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamchenkov committed Jun 1, 2011
1 parent cb88b95 commit 8271970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Model/Datasource/Database/Postgres.php
Expand Up @@ -188,6 +188,7 @@ public function describe($model) {
$fields = parent::describe($model);
$table = $this->fullTableName($model, false);
$this->_sequenceMap[$table] = array();
$cols = null;

if ($fields === null) {
$cols = $this->_execute(
Expand Down

0 comments on commit 8271970

Please sign in to comment.