Revision 373
Added by Matthias almost 19 years ago
| install.php | ||
|---|---|---|
| 126 | 126 |
load_module(WB_PATH.'/modules/'.$module_directory, false); |
| 127 | 127 |
$admin->print_success($MESSAGE['GENERIC']['INSTALLED']); |
| 128 | 128 |
} else if ($action=="upgrade") {
|
| 129 |
upgrade_module($module_directory, false); |
|
| 129 | 130 |
$admin->print_success($MESSAGE['GENERIC']['UPGRADED']); |
| 130 | 131 |
} |
| 131 | 132 |
|
Also available in: Unified diff
Fixed addons table isn't updated when a modul is updated (#332)
Added new upgrade_function (thanks to kozmoz)