Skip to content

Commit

Permalink
Fix duplicate message
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 18, 2024
1 parent 7947f32 commit 60be350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/actions_sellyoursaas.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ public function doMassActions($parameters, &$object, &$action)
}

if (!$error) {
setEventMessages("Suspended", null, 'mesgs');
//setEventMessages("Suspended", null, 'mesgs'); // Disabled, message will be output by main page
}
} else {
$error++;
Expand Down

0 comments on commit 60be350

Please sign in to comment.