Revision 170
Added by ryan about 19 years ago
install.php | ||
---|---|---|
114 | 114 |
} |
115 | 115 |
} |
116 | 116 |
|
117 |
// Load module info into DB |
|
118 |
load_module(WB_PATH.'/modules/'.$module_directory, false); |
|
117 | 119 |
|
118 |
|
|
119 | 120 |
// Run the modules install // upgrade script if there is one |
120 | 121 |
if(file_exists(WB_PATH.'/modules/'.$module_directory.'/'.$action.'.php')) { |
121 | 122 |
require(WB_PATH.'/modules/'.$module_directory.'/'.$action.'.php'); |
... | ... | |
131 | 132 |
$admin->print_success($MESSAGE['GENERIC']['UPGRADED']); |
132 | 133 |
} |
133 | 134 |
|
134 |
|
|
135 | 135 |
// Print admin footer |
136 | 136 |
$admin->print_footer(); |
137 | 137 |
|
138 |
?> |
|
138 |
?> |
Also available in: Unified diff
Fixed addon listing in numerous places so it now use's DB for info