mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
FIx for windows I think
This commit is contained in:
parent
e661425c2b
commit
83fb58dd02
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user