Issue #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed logo_upload() in form_set_error() instead of favicon_upload() in system.admin.inc.
parent
1fab19f3f3
commit
9f1ec4fb60
|
@ -622,7 +622,7 @@ function system_theme_settings_validate($form, &$form_state) {
|
|||
}
|
||||
else {
|
||||
// File upload failed.
|
||||
form_set_error('logo_upload', t('The favicon could not be uploaded.'));
|
||||
form_set_error('favicon_upload', t('The favicon could not be uploaded.'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue