From 1a1e261dd588a9463ed76be939a05eece7ca8cb7 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 22 Aug 2014 11:33:47 +0200 Subject: [PATCH] Made it possible to delete libraries without having to load them again. --- h5p.classes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/h5p.classes.php b/h5p.classes.php index fbcf3f5..f5fa9ea 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -243,9 +243,9 @@ interface H5PFrameworkInterface { /** * Delete a library from database and file system * - * @param int $libraryId Library Id + * @param mixed $library Library */ - public function deleteLibrary($libraryId); + public function deleteLibrary($library); /** * Load content.