summaryrefslogtreecommitdiff
path: root/profiles/expert/expert.profile
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/expert/expert.profile')
-rw-r--r--profiles/expert/expert.profile5
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/expert/expert.profile b/profiles/expert/expert.profile
index a2b6f2438..aab82e9c6 100644
--- a/profiles/expert/expert.profile
+++ b/profiles/expert/expert.profile
@@ -4,9 +4,8 @@
/**
* Implements hook_form_alter().
*
- * Allows the profile to alter the site-configuration form. This is
- * called through custom invocation, so $form_state is not populated.
+ * Allows the profile to alter the site configuration form.
*/
-function expert_form_install_configure_form_alter(&$form) {
+function expert_form_install_configure_form_alter(&$form, $form_state) {
$form['site_information']['site_name']['#default_value'] = $_SERVER['SERVER_NAME'];
}