Removed whitespace

This commit is contained in:
Philippe Saint-Just 2016-07-10 14:02:55 +01:00
parent b0e5e39e45
commit be7cecbb00

View file

@ -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);