Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
2ab7a523
Commit
2ab7a523
authored
Oct 09, 2014
by
metzlerd
Browse files
#2353819
Fatel error on field edit cancel
parent
4760cbe3
Changes
1
Show whitespace changes
Inline
Side-by-side
forena.report.inc
View file @
2ab7a523
...
@@ -1052,7 +1052,7 @@ function forena_report_field_form($form, &$form_state, $report_name, $id) {
...
@@ -1052,7 +1052,7 @@ function forena_report_field_form($form, &$form_state, $report_name, $id) {
$form
[
'cancel'
]
=
array
(
$form
[
'cancel'
]
=
array
(
'#type'
=>
'submit'
,
'#type'
=>
'submit'
,
'#value'
=>
t
(
'Cancel'
),
'#value'
=>
t
(
'Cancel'
),
'#submit'
=>
array
(
'forena_update_ca
c
nel'
),
'#submit'
=>
array
(
'forena_update_can
c
el'
),
);
);
return
$form
;
return
$form
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment