- Patch #221964 by justinrandall: removed left-over code.

merge-requests/26/head
Dries Buytaert 2008-05-07 06:39:57 +00:00
parent e3fcf34932
commit e4e2205bfe
1 changed files with 1 additions and 8 deletions

View File

@ -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);
}
/**