Fix Bug #1943,1997,1998,2001,2015.

This commit is contained in:
estellbright
2018-07-11 10:27:04 +08:00
parent 39b0115f55
commit 203fd21ff2
5 changed files with 56 additions and 4 deletions
+1 -1
View File
@@ -222,7 +222,7 @@
<td>
<?php
$mailto = explode(',', str_replace(' ', '', $task->mailto));
if(empty($mainto))
if(empty($mailto))
{
echo $lang->noData;
}