Skip to content
Snippets Groups Projects
Commit b150cd2c authored by Gina Haeussge's avatar Gina Haeussge
Browse files

FS#1901: prefill section name into summary when editing sections

parent a02d2933
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,8 @@ function html_secedit_get_button($data) { ...@@ -137,7 +137,8 @@ function html_secedit_get_button($data) {
" editbutton_" . $secid . "'>" . " editbutton_" . $secid . "'>" .
html_btn('secedit', $ID, '', html_btn('secedit', $ID, '',
array_merge(array('do' => 'edit', array_merge(array('do' => 'edit',
'rev' => $INFO['lastmod']), $data), 'rev' => $INFO['lastmod'],
'summary' => '['.$name.'] '), $data),
'post', $name) . '</div>'; 'post', $name) . '</div>';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment