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