Project

General

Profile

« Previous | Next » 

Revision 99

Added by stefan about 19 years ago

Implemented upgrade functionality in templates and languages. Fixed some bugs.

View differences:

uninstall.php
55 55

  
56 56
// Check if we have permissions on the directory
57 57
if(!is_writable(WB_PATH.'/templates/'.$file)) {
58
	$admin->print_error($MESSAGE['GENERIC']['CANNOT_UNINSTALL']);
58
	$admin->print_error($MESSAGE['GENERIC']['CANNOT_UNINSTALL'].WB_PATH.'/templates/'.$file);
59 59
}
60 60

  
61 61
// Try to delete the template dir

Also available in: Unified diff