Redirect to project list when removing a project
This commit is contained in:
parent
9b34631135
commit
6e4c40bafc
|
|
@ -95,6 +95,6 @@ class ProjectStatusController extends BaseController
|
|||
$this->flash->failure(t('Unable to remove this project.'));
|
||||
}
|
||||
|
||||
$this->response->redirect($this->helper->url->to('ProjectListController', 'show'), true);
|
||||
$this->response->redirect($this->helper->url->to('ProjectListController', 'show'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue