Merge branch 'hotfix-2.3.127'

pull/663/head v2.3.127
iglocska 2015-09-16 15:34:32 +02:00
commit dfdcc722d6
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
{"major":2, "minor":3, "hotfix":126}
{"major":2, "minor":3, "hotfix":127}

View File

@ -1009,6 +1009,7 @@ class Attribute extends AppModel {
'AND' => array(
'Attribute.type !=' => $this->nonCorrelatingTypes,
'Attribute.id !=' => $a['id'],
'Attribute.event_id !=' => $a['event_id']
),
),
'recursive => -1',