I think comment should not be correlated neither but correct me if I'm wrong

pull/61/head
Andrzej Dereszowski 2012-06-08 12:24:01 +02:00
parent 0687d3f6f4
commit 2b63f955a6
1 changed files with 2 additions and 1 deletions

View File

@ -510,7 +510,8 @@ class Attribute extends AppModel {
// exclude these specific types to be linked
switch ($attribute['type']) {
case 'other':
return null;
case 'comment':
return null;
}
// prepare the conditions