mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix for PHP notice (Fixes #1424)
This commit is contained in:
parent
cb88b952f4
commit
8271970639
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ class Postgres extends DboSource {
|
||||||
$fields = parent::describe($model);
|
$fields = parent::describe($model);
|
||||||
$table = $this->fullTableName($model, false);
|
$table = $this->fullTableName($model, false);
|
||||||
$this->_sequenceMap[$table] = array();
|
$this->_sequenceMap[$table] = array();
|
||||||
|
$cols = null;
|
||||||
|
|
||||||
if ($fields === null) {
|
if ($fields === null) {
|
||||||
$cols = $this->_execute(
|
$cols = $this->_execute(
|
||||||
|
|
Loading…
Add table
Reference in a new issue