BUGFIX: The saveLibraryData method is assumed to have a argument, include in Interface
parent
c53ce16ef0
commit
676edc5eec
|
@ -107,8 +107,10 @@ interface H5PFrameworkInterface {
|
|||
*
|
||||
* @param object $libraryData
|
||||
* Object holding the information that is to be stored
|
||||
*
|
||||
* @todo Describe object structure and members so new implementors know what to look for
|
||||
*/
|
||||
public function saveLibraryData(&$libraryData);
|
||||
public function saveLibraryData(&$libraryData, $new = TRUE);
|
||||
|
||||
/**
|
||||
* Stores contentData
|
||||
|
|
Loading…
Reference in New Issue