Skip to content

Commit

Permalink
Redirect after featue/unfeature workflow (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmst authored Apr 30, 2020
1 parent 10b447d commit 914b93b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function setDefault()
$this->setRedirect(
Route::_(
'index.php?option=' . $this->option . '&view=' . $this->view_list
. '&extension=' . $this->extension, false
. '&extension=' . $this->extension . ($this->section ? '.' . $this->section : ''), false
)
);
}
Expand Down

0 comments on commit 914b93b

Please sign in to comment.