Project

General

Profile

« Previous | Next » 

Revision 373

Added by Matthias over 17 years ago

Fixed addons table isn't updated when a modul is updated (#332)
Added new upgrade_function (thanks to kozmoz)

View differences:

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