diff options
author | Mark Wells <mark@freeside.biz> | 2015-07-23 21:22:43 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-07-23 21:22:43 -0700 |
commit | ee0976f9722a87ed6166302dfdc687ed3b2b6a8e (patch) | |
tree | f480a448bfbb4e3aa3f6e29138ca919c65a68207 /httemplate/edit | |
parent | b349efcdfca51785e6e202d36abb0fe7184c961e (diff) |
fix edit/process/svc_circuit.html redirect on error, #37420
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/process/svc_circuit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/svc_circuit.html b/httemplate/edit/process/svc_circuit.html index 27f43db38..5cd2ec79e 100644 --- a/httemplate/edit/process/svc_circuit.html +++ b/httemplate/edit/process/svc_circuit.html @@ -1,6 +1,6 @@ <& elements/svc_Common.html, table => 'svc_circuit', - edit_ext => 'html', + edit_ext => 'cgi', redirect => popurl(3)."view/svc_circuit.html?", precheck_callback => $precheck, &> |