fix: [freetext] fix notice on freetext import

pull/3905/head
Sascha Rommelfangen 2018-11-26 16:07:39 +01:00
parent ba1a4811a9
commit 7425c87bef
1 changed files with 1 additions and 1 deletions

View File

@ -2796,7 +2796,7 @@ class Attribute extends AppModel
)
)
);
if ($options['includeProposals']) {
if (!empty($options['includeProposals'])) {
$this->bindModel(
array('hasMany' => array(
'ShadowAttribute' => array(