From 2891ecc0ae714e4d4d3aa7b1669ed8ef2780f4e9 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 15 Mar 2022 11:29:51 +0800 Subject: [PATCH] * Fix bug #20781. --- module/task/view/create.html.php | 2 +- module/task/view/edit.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 3efcf8987b..04d55de527 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -248,7 +248,7 @@ story->mailto;?>
- acl == 'private' ? $members : $users, str_replace(' ', '', $task->mailto), "class='form-control chosen' data-placeholder='{$lang->chooseUsersToMail}' multiple");?> + mailto), "class='form-control chosen' data-placeholder='{$lang->chooseUsersToMail}' multiple");?> acl != 'private') echo $this->fetch('my', 'buildContactLists');?>
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index ea76dc019e..8ed6436b3e 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -164,7 +164,7 @@ task->mailto;?>
- acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control chosen" multiple');?> + mailto), 'class="form-control chosen" multiple');?> fetch('my', 'buildContactLists');?>