From 8bac5dc63f56ab510f2c9832abbb180208233cb8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 18 Dec 2009 23:54:16 +0000 Subject: #190867 follow-up by scor: Fixed broken HEAD. Test bot, come back... --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.admin.inc') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 3073f62e2..a954fd97e 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1484,7 +1484,7 @@ function system_site_information_settings_validate($form, &$form_state) { form_set_value($form['site_frontpage'], drupal_get_normal_path($form_state['values']['site_frontpage']), $form_state); // Validate front page path. if (!drupal_valid_path($form_state['values']['site_frontpage'])) { - form_set_error('site_frontpage', t("The path '@path' is either invalid or you do not have access to it.", array('@path' => $item['link_path']))); + form_set_error('site_frontpage', t("The path '@path' is either invalid or you do not have access to it.", array('@path' => $form_state['values']['site_frontpage']))); } } -- cgit v1.2.3