Skip to content
Snippets Groups Projects
Commit 63abc4d6 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #544 from lisps/#2851

Mediamanager: rename radio name attributes for sort and list buttons to
parents b9a6663f 815f94e6
No related branches found
No related tags found
No related merge requests found
......@@ -704,7 +704,7 @@ function media_tab_files_options(){
if ($checked == $option) {
$attrs['checked'] = 'checked';
}
$form->addElement(form_makeRadioField($group, $option,
$form->addElement(form_makeRadioField($group . '_dwmedia', $option,
$lang['media_' . $group . '_' . $option],
$content[0] . '__' . $option,
$option, $attrs));
......
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