Project

General

Profile

« Previous | Next » 

Revision 211

Added by stefan over 18 years ago

Fixed bug #33 and other bugs regarding addon (un)installation

View differences:

save.php
581 581
	// Load addons into DB
582 582
	$dirs['modules'] = WB_PATH.'/modules/';
583 583
	$dirs['templates'] = WB_PATH.'/templates/';
584
	$dirs['language'] = WB_PATH.'/languages/';
584
	$dirs['languages'] = WB_PATH.'/languages/';
585 585
	foreach($dirs AS $type => $dir) {
586 586
		if($handle = opendir($dir)) {
587 587
			while(false !== ($file = readdir($handle))) {

Also available in: Unified diff