Skip to content

Commit

Permalink
Merge branch '4.4' into import-custom-email-template
Browse files Browse the repository at this point in the history
  • Loading branch information
shinde-rahul authored Aug 17, 2023
2 parents 1664342 + 6266309 commit f559755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bundles/EmailBundle/Views/Email/form.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
if ('lists' == $dataKey && (isset($currentListId) && (int) $value === (int) $currentListId)) {
continue;
}
echo "<option value=\"$value\">$label</option>\n";
echo "<option value=\"$label\">$value</option>\n";
endif;
endforeach;
endif;
Expand Down

0 comments on commit f559755

Please sign in to comment.