* Adjust the style.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user