Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
26da0ada
Commit
26da0ada
authored
May 15, 2007
by
Dries
Browse files
- Patch
#144087
by dmitrig01: form API fix.
parent
75897e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.php
View file @
26da0ada
...
...
@@ -847,7 +847,7 @@ function install_configure_form() {
);
$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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment