Skip to content

Commit

Permalink
enhancement: 'phpui.send_message_limit_violation_type' with 'warning'…
Browse files Browse the repository at this point in the history
… as default value specifies reaction on recipient limit overrun in send message form (cleanup)
  • Loading branch information
chilek committed Aug 20, 2021
1 parent 1395b50 commit 4cd5868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/messageadd.php
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ function GetNetDevicesInSubtree($netdevid)
}

if (!$error) {
die;
set_time_limit(0);

$message['body'] = str_replace("\r", '', $message['body']);
Expand Down

0 comments on commit 4cd5868

Please sign in to comment.