Removed debug
parent
12032461bc
commit
dc69181025
|
@ -1497,7 +1497,6 @@ Class H5PExport {
|
||||||
$this->h5pC->fs->exportContent($content['id'], "{$tmpPath}/content");
|
$this->h5pC->fs->exportContent($content['id'], "{$tmpPath}/content");
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
var_dump('Fail 1');
|
|
||||||
$this->h5pF->setErrorMessage($this->h5pF->t($e->getMessage()));
|
$this->h5pF->setErrorMessage($this->h5pF->t($e->getMessage()));
|
||||||
H5PCore::deleteFileTree($tmpPath);
|
H5PCore::deleteFileTree($tmpPath);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
@ -1526,7 +1525,6 @@ Class H5PExport {
|
||||||
$this->h5pC->fs->exportLibrary($library, $tmpPath);
|
$this->h5pC->fs->exportLibrary($library, $tmpPath);
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
var_dump('Fail 2');
|
|
||||||
$this->h5pF->setErrorMessage($this->h5pF->t($e->getMessage()));
|
$this->h5pF->setErrorMessage($this->h5pF->t($e->getMessage()));
|
||||||
H5PCore::deleteFileTree($tmpPath);
|
H5PCore::deleteFileTree($tmpPath);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue