#927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean URLs on the UI.

merge-requests/26/head
Angie Byron 2010-10-01 01:29:42 +00:00
parent 6bf090d570
commit fb6b16d172
1 changed files with 1 additions and 1 deletions

View File

@ -1772,7 +1772,7 @@ function _install_configure_form($form, &$form_state, &$install_state) {
$form['server_settings']['clean_url'] = array(
'#type' => 'hidden',
'#default_value' => 0,
'#attributes' => array('class' => array('install')),
'#attributes' => array('id' => 'edit-clean-url', 'class' => array('install')),
);
$form['update_notifications'] = array(