Skip to content

Commit

Permalink
Fix redirect after warning (joomla#83)
Browse files Browse the repository at this point in the history
* Fix redirect in workflow list

* indent
  • Loading branch information
chmst authored May 6, 2020
1 parent 686fa0d commit da2dd21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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 da2dd21

Please sign in to comment.