Made it possible to delete libraries without having to load them again.

namespaces
Frode Petterson 2014-08-22 11:33:47 +02:00
parent 89bacfdb88
commit 1a1e261dd5
1 changed files with 2 additions and 2 deletions

View File

@ -243,9 +243,9 @@ interface H5PFrameworkInterface {
/** /**
* Delete a library from database and file system * 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. * Load content.