* fix the bug of activate.
This commit is contained in:
@@ -158,7 +158,7 @@ class bugModel extends model
|
||||
$oldBug = $this->getById($bugID);
|
||||
$now = date('Y-m-d H:i:s');
|
||||
$bug = fixer::input('post')
|
||||
->add('assignedTo', $oldBug->resolvedBy)
|
||||
->setDefault('assignedTo', $oldBug->resolvedBy)
|
||||
->add('assignedDate', $now)
|
||||
->add('resolution', '')
|
||||
->add('status', 'active')
|
||||
|
||||
Reference in New Issue
Block a user