diff --git a/module/task/zen.php b/module/task/zen.php index 9308df56c6..74d1a38cb3 100644 --- a/module/task/zen.php +++ b/module/task/zen.php @@ -1756,7 +1756,7 @@ class taskZen extends task if($changes and $this->task->needUpdateBugStatus($task)) { $response = $this->task->getRemindBugLink($task, $changes); - if($response) return print(js::confirm(sprintf($this->lang->task->remindBug, $task->fromBug), $response['confirmed'], $response['canceled'], 'parent', 'parent.parent')); + if($response) return $this->send($response); } if(helper::isAjaxRequest('modal')) return $this->responseModal($task, $from);