Remove dpm

namespaces
Svein-Tore Griff With 2012-12-22 06:36:42 +01:00
parent 53bf7fd8a0
commit e2bcec52a1
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ class h5pSaver {
continue;
}
$this->h5pF->storeLibraryData($library, $new);
dpm($library);
$current_path = $this->h5pF->getUploadedH5pFolderPath() . DIRECTORY_SEPARATOR . $key;
$destination_path = $this->h5pF->getH5pPath() . DIRECTORY_SEPARATOR . 'libraries' . DIRECTORY_SEPARATOR . $library['libraryId'];
$this->h5pC->delTree($destination_path);