* Adjust the style.

This commit is contained in:
holan20180123
2021-02-10 16:16:45 +08:00
parent fe39709e78
commit 94bacf0238
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -15,11 +15,11 @@ class issue extends control
* Get issue list data.
*
* @param string $browseType bySearch|open|assignTo|closed|suspended|canceled
* @param int param
* @param string orderBy
* @param int recTotal
* @param int recPerPage
* @param int pageID
* @param int $param
* @param string $orderBy
* @param int $recTotal
* @param int $recPerPage
* @param int $pageID
* @access public
* @return void
*/
+1 -1
View File
@@ -278,7 +278,7 @@ class issueModel extends model
public function close($issueID)
{
$oldIssue = $this->getByID($issueID);
$issue = fixer::input('post')
$issue = fixer::input('post')
->add('closedBy', $this->app->user->account)
->add('status', 'closed')
->add('assignedTo', 'closed')