Project

General

Profile

« Previous | Next » 

Revision 101

Added by stefan about 19 years ago

Removed another occurrence of OPT_REMOVE_ALL_PATH (pclzip).

View differences:

trunk/wb/admin/modules/install.php
96 96
make_dir($module_dir);
97 97

  
98 98
// Unzip module to the module dir
99
$list = $archive->extract(PCLZIP_OPT_PATH, $module_dir, PCLZIP_OPT_REMOVE_ALL_PATH);
99
$list = $archive->extract(PCLZIP_OPT_PATH, $module_dir);
100 100
if(!$list) {
101 101
	$admin->print_error($MESSAGE['GENERIC']['CANNOT_UNZIP']);
102 102
}

Also available in: Unified diff