Removes unused condition

This commit is contained in:
Vlad
2018-04-29 20:12:10 -04:00
parent b75d4db412
commit 08fa5b88b5

View File

@ -840,7 +840,6 @@ class Newsletter extends Model {
NewsletterOptionField::$_table,
array(
'option_fields.newsletter_type', '=', self::$_table . '.type',
'option_fields.name', '=', 'group'
),
'option_fields'
)