From 26da0ada510dc481d056b8f7ef276563e67a93b8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 15 May 2007 05:43:54 +0000 Subject: - Patch #144087 by dmitrig01: form API fix. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 244c35e92..f4f8d3ce6 100644 --- a/install.php +++ b/install.php @@ -847,7 +847,7 @@ if (Drupal.jsEnabled) { ); $hook_form_alter = $_GET['profile'] .'_form_alter'; if (function_exists($hook_form_alter)) { - $form = $hook_form_alter($form, 'install_configure'); + $hook_form_alter($form, 'install_configure'); } return $form; } -- cgit v1.2.3