mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 18:12:40 +00:00
Adding 1.2 fix for Ticket #1797
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4132 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
4f1c5ef386
commit
19798c71b3
1 changed files with 0 additions and 1 deletions
|
@ -793,7 +793,6 @@ class Model extends Overloadable {
|
|||
function getColumnType($column) {
|
||||
$columns = $this->loadInfo();
|
||||
$columns = $columns->value;
|
||||
$db =& ConnectionManager::getDataSource($this->useDbConfig);
|
||||
$cols = array();
|
||||
|
||||
foreach($columns as $col) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue