Updating local language packs was breaking XHTML in the "results" screen.
}
if ($updated) {
- notice(get_string('langupdatecomplete','admin'), 'langimport.php');
+ notice(get_string('langupdatecomplete','admin'), 'langimport.php', NULL, $adminroot);
} else {
- notice(get_string('nolangupdateneeded','admin'), 'langimport.php');
+ notice(get_string('nolangupdateneeded','admin'), 'langimport.php', NULL, $adminroot);
}
break;