MDL-16094 preventing execution of question code that is trying to access dataroot files - we must use new api instead

This commit is contained in:
Petr Skoda
2010-08-29 10:00:18 +00:00
parent 389d17f9cc
commit bec167f34a
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -557,6 +557,9 @@ class qformat_default {
function importimagefile( $path, $base64 ) {
global $CFG;
//TODO: MDL-16094
throw new coding_exception('importimagefile() was not converted to new file api yet, sorry - see MDL-16094');
// all this to get the destination directory
// and filename!
$fullpath = "{$CFG->dataroot}/{$this->course->id}/$path";