From e2bcec52a19bbbe470ef67586944eaf59707f2c4 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Sat, 22 Dec 2012 06:36:42 +0100 Subject: [PATCH] Remove dpm --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index ae2dd25..60122e4 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -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);