Skip to content

Commit

Permalink
fix save checked users in command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisan committed Jul 10, 2023
1 parent d2a0951 commit 8a473ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/telegram/cmd_edit.inc.php
Expand Up @@ -46,7 +46,7 @@
$rec['CONDITION_VALUE']=gr('condition_value_new');
$rec['PRIORITY']=gr('priority','int');

$users_id = gr('user_id');
$users_id = gr('users_id');

if ($rec['TITLE'] == "")
{
Expand Down

0 comments on commit 8a473ce

Please sign in to comment.