Bummer ... I introduced a new bug in 1.0.8.1 with pathinfo. Fixed.

This commit is contained in:
moodler 2003-01-15 05:32:14 +00:00
parent 1c418003d7
commit 9277dbd42d

View File

@ -32,7 +32,7 @@
// it's OK to get here if no course was specified
$pathname = "$CFG->dataroot$PATH_INFO";
$pathname = "$CFG->dataroot$pathinfo";
$filename = $args[$numargs-1];
$mimetype = mimeinfo("type", $filename);