fix: [interna] deprecated text() function's tag filter fixed

pull/4075/head
iglocska 2019-01-25 09:11:01 +01:00
parent 94938442f6
commit c38d553192
1 changed files with 1 additions and 1 deletions

View File

@ -2219,7 +2219,7 @@ class Attribute extends AppModel
$conditions['AND'][] = array('Event.id' => $eventId);
} elseif ($tags !== false) {
$passed_param = array('tags' => $tags);
$conditions = $this->set_filter_tags($passed_params, $conditions);
$conditions = $this->set_filter_tags($passed_param, $conditions, array('scope' => 'Attribute'));
}
$attributes = $this->fetchAttributes($user, array(
'conditions' => $conditions,