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
e4e2205b
Commit
e4e2205b
authored
May 07, 2008
by
Dries
Browse files
- Patch
#221964
by justinrandall: removed left-over code.
parent
e3fcf349
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/module.inc
View file @
e4e2205b
...
...
@@ -231,14 +231,7 @@ function module_load_install($module) {
// Make sure the installation API is available
include_once
'./includes/install.inc'
;
$file
=
module_load_include
(
'install'
,
$module
);
// Ensure that you can module_invoke something inside the newly-loaded
// file during install.
$module_list
=
module_list
();
if
(
!
isset
(
$module_list
[
$module
]))
{
$module_list
[
$module
][
'filename'
]
=
$file
;
module_list
(
TRUE
,
FALSE
,
FALSE
,
$module_list
);
}
module_load_include
(
'install'
,
$module
);
}
/**
...
...
Write
Preview
Markdown
is supported
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