mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
apply code convention
This commit is contained in:
parent
5ac5e784de
commit
af71d5528f
1 changed files with 1 additions and 1 deletions
|
@ -1691,7 +1691,7 @@ class DboSource extends DataSource {
|
|||
if (!empty($data['conditions'])) {
|
||||
$data['conditions'] = trim($this->conditions($data['conditions'], true, false));
|
||||
}
|
||||
if (!empty($data['table']) && (!is_string($data['table']) || strpos($data['table'], '(') !== 0)){
|
||||
if (!empty($data['table']) && (!is_string($data['table']) || strpos($data['table'], '(') !== 0)) {
|
||||
$data['table'] = $this->fullTableName($data['table']);
|
||||
}
|
||||
return $this->renderJoinStatement($data);
|
||||
|
|
Loading…
Reference in a new issue