Skip to content
Snippets Groups Projects
Commit 83aa060c authored by Eli Stone's avatar Eli Stone
Browse files

Issue #3422649 by rajdip_755: The module is not sending the list of required updates in mail.

parent ae148d3f
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ class NotifyService {
foreach ($table_array as $row) {
$table_string .= $row . "\r\n";
if ($count >= $limit) {
if ($count <= $limit) {
$output_tables[] = $table_string;
$count = 0;
$table_string = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment