diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-13 14:28:34 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-13 14:28:50 -0800 |
commit | 35d77bbbd4b5c48840d76014bf7bc45e84dfa966 (patch) | |
tree | cd3efec6d8b169419dd9e69e753773dc20f943ad /httemplate/edit/process | |
parent | 5de425c9529bc60cadf72e60164140f00047fb96 (diff) |
point all links to browse/reason_type.html instead of reason.html, cleanup from #38532
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/reason.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/reason.html b/httemplate/edit/process/reason.html index cb79ed254..dfc18624e 100644 --- a/httemplate/edit/process/reason.html +++ b/httemplate/edit/process/reason.html @@ -1,6 +1,6 @@ <% include( 'elements/process.html', 'table' => 'reason', - 'redirect' => popurl(3) . 'browse/reason.html?class=' . + 'redirect' => popurl(3) . 'browse/reason_type.html?class=' . $cgi->param('class') . '&', ) %> |