FIx for windows I think

This commit is contained in:
moodler 2005-03-05 03:58:13 +00:00
parent e661425c2b
commit 83fb58dd02

View File

@ -62,7 +62,7 @@ function blackboard_convert($dir){
// The imsmanifest contains all the XML files and their relationships.
// The XSL processor will open them as needed.
$xsltproc = xslt_create();
if (!xslt_process($xsltproc, 'imsmanifest.xml', $xslt_file, "$dir/moodle.xml")) {
if (!xslt_process($xsltproc, 'imsmanifest.xml', "$dir/$xslt_file", "$dir/moodle.xml")) {
notify('Failed writing xml file');
chdir($startdir);
return false;