Issue #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed logo_upload() in form_set_error() instead of favicon_upload() in system.admin.inc.

merge-requests/26/head
webchick 2012-01-31 00:06:33 -08:00
parent 1fab19f3f3
commit 9f1ec4fb60
1 changed files with 1 additions and 1 deletions

View File

@ -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.'));
}
}