* Move exit to return.

This commit is contained in:
zhujinyong
2022-02-22 14:25:14 +08:00
parent 2b7820d317
commit 49af622fd8
8 changed files with 9 additions and 15 deletions

View File

@@ -136,8 +136,7 @@ class git extends control
$parsedObjects['tasks'] = array_unique($parsedObjects['tasks']);
$parsedObjects['bugs'] = array_unique($parsedObjects['bugs']);
$this->view->parsedObjects = $parsedObjects;
$this->display();
exit;
return $this->display();
}
}