Merge branch 'master' into zenops_44

This commit is contained in:
caoyanyi
2022-08-30 16:39:58 +08:00
102 changed files with 2363 additions and 1519 deletions
+1 -1
View File
@@ -264,7 +264,7 @@
<th><?php echo $lang->bug->mailto;?></th>
<td>
<?php
if(empty($bug->mailto))
if(!empty($bug->mailto))
{
foreach(explode(',', str_replace(' ', '', $bug->mailto)) as $account) echo ' ' . zget($users, $account);
}