* Change to new writing method.

This commit is contained in:
wangxuepeng
2023-11-17 10:45:11 +08:00
parent ad2b8ef35b
commit 04797feca3
2 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ if(isset($executionType) && $executionType == 'kanban')
}
$bugs = array();
if($titles)
if(!empty($titles))
{
foreach($titles as $title => $fileName)
{