Update contacts1.modules.php
This commit is contained in:
parent
d98637c113
commit
3fb081a2fc
@ -406,7 +406,7 @@ class mailing_contacts1 extends MailingTargets
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Filter on language
|
// Filter on language
|
||||||
if ($filter_lang <> '') {
|
if ($filter_lang != '') {
|
||||||
$sql .= " AND sp.default_lang = '".$this->db->escape($filter_lang)."'";
|
$sql .= " AND sp.default_lang = '".$this->db->escape($filter_lang)."'";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user