Removes unused condition
This commit is contained in:
@ -840,7 +840,6 @@ class Newsletter extends Model {
|
|||||||
NewsletterOptionField::$_table,
|
NewsletterOptionField::$_table,
|
||||||
array(
|
array(
|
||||||
'option_fields.newsletter_type', '=', self::$_table . '.type',
|
'option_fields.newsletter_type', '=', self::$_table . '.type',
|
||||||
'option_fields.name', '=', 'group'
|
|
||||||
),
|
),
|
||||||
'option_fields'
|
'option_fields'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user