From 660ac1f62be27508e6940aae034eab3f554a6cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Tue, 16 Jan 2018 21:30:31 +0800 Subject: [PATCH] * Format code. --- module/report/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/report/model.php b/module/report/model.php index fb77ada853..8c6436b731 100644 --- a/module/report/model.php +++ b/module/report/model.php @@ -293,6 +293,7 @@ class reportModel extends model if(empty($tasks)) return array(); + /* Fix bug for children. */ $parents = array(); foreach($tasks as $user => $userTasks) {