Made it possible to delete libraries without having to load them again.
parent
89bacfdb88
commit
1a1e261dd5
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue