Skip to content
Snippets Groups Projects
Commit f1f5de38 authored by luke.stewart's avatar luke.stewart
Browse files

Fix extra space

parent 762f768e
Branches
Tags
No related merge requests found
......@@ -367,7 +367,7 @@ class CRM_Mailing_Selector_Search extends CRM_Core_Selector_Base implements CRM_
// Check to see if languages column should be displayed.
if ($isMultiLingual) {
$headers[] = [
$headers[] = [
'name' => ts('Language'),
'sort' => 'language',
'direction' => CRM_Utils_Sort::DONTCARE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment