Issue #1810652 by xjm: Fixed admin/config/system/site-information still references the default content feed when node.module is disabled.

8.0.x
webchick 2012-10-13 09:23:43 -07:00
parent 90da928da4
commit 8993e085c2
1 changed files with 1 additions and 1 deletions

View File

@ -1415,7 +1415,7 @@ function system_site_information_settings($form, &$form_state) {
'#title' => t('Default front page'),
'#default_value' => ($site_config->get('page.front') != 'user' ? drupal_get_path_alias($site_config->get('page.front')) : ''),
'#size' => 40,
'#description' => t('Optionally, specify a relative URL to display as the front page. Leave blank to display the default content feed.'),
'#description' => t('Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page.'),
'#field_prefix' => url(NULL, array('absolute' => TRUE)),
);
$form['error_page'] = array(