Skip to content
Snippets Groups Projects
Commit 4f6cf1d1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #694384 by aaron: typo: change default_widget() in file_field_info()...

- Patch #694384 by aaron: typo: change default_widget() in file_field_info() to proper file_generic().
parent 993c3219
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ function file_field_info() {
'max_filesize' => '',
'description_field' => 0,
),
'default_widget' => 'file_file',
'default_widget' => 'file_generic',
'default_formatter' => 'file_default',
),
);
......
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