mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removed whitespace
This commit is contained in:
parent
b0e5e39e45
commit
be7cecbb00
1 changed files with 1 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ class Model extends Object implements CakeEventListener {
|
|||
$value = array();
|
||||
$association[$assoc] = $value;
|
||||
}
|
||||
|
||||
|
||||
if (!isset($value['className']) && strpos($assoc, '.') !== false) {
|
||||
unset($association[$assoc]);
|
||||
list($plugin, $assoc) = pluginSplit($assoc, true);
|
||||
|
|
Loading…
Reference in a new issue