Merge branch 'master' of github.com:h5p/h5p-php-library

redesign-copyrights
Frode Petterson 2015-06-23 11:12:38 +02:00
commit 89a03eba8a
1 changed files with 5 additions and 0 deletions

View File

@ -660,6 +660,11 @@ class H5PValidator {
$tmpDir = $this->h5pF->getUploadedH5pFolderPath();
$tmpPath = $this->h5pF->getUploadedH5pPath();
if (!H5PCore::dirReady($tmpDir)) {
$this->h5pF->setErrorMessage($this->h5pF->t('Unable to write to the temporary directory.'));
return FALSE;
}
$valid = TRUE;
// Extract and then remove the package file.