Always return fileId for tracking tmp files

JI-92-path-fix
Frode Petterson 2017-01-26 14:56:36 +01:00
parent 03271418f0
commit bdec1319ed
1 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,8 @@ class H5PDefaultStorage implements \H5PFileStorage {
else {
copy($_FILES['file']['tmp_name'], $path);
}
return $path;
}
/**