summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 01:29:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 01:29:42 +0000
commitfb6b16d172f81a5ade06422b4a16717d0939b41d (patch)
treea08a24c808c2892c8a9615f934ff78f6850ecb31 /includes/install.core.inc
parent6bf090d57081a2da4fcaa5cd59ae98f1f55b4153 (diff)
downloadbrdo-fb6b16d172f81a5ade06422b4a16717d0939b41d.tar.gz
brdo-fb6b16d172f81a5ade06422b4a16717d0939b41d.tar.bz2
#927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean URLs on the UI.
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.core.inc b/includes/install.core.inc
index b6dd5f1b3..60ab8e60f 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -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(