mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove unnecessary call to getDataSource().
This commit is contained in:
parent
c9e0131d6a
commit
fdb4b11d0b
1 changed files with 0 additions and 1 deletions
|
@ -1066,7 +1066,6 @@ class DboSource extends DataSource {
|
|||
$linkModel = $model->{$assoc};
|
||||
$external = isset($assocData['external']);
|
||||
|
||||
$linkModel->getDataSource();
|
||||
if ($model->useDbConfig === $linkModel->useDbConfig) {
|
||||
if ($bypass) {
|
||||
$assocData['fields'] = false;
|
||||
|
|
Loading…
Reference in a new issue