Revision 211
Added by stefan about 19 years ago
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
Fixed bug #33 and other bugs regarding addon (un)installation