From 676edc5eecb7a1c2487c9f3a3ea7c608d3e11a4c Mon Sep 17 00:00:00 2001 From: Frank Ronny Larsen Date: Tue, 13 Aug 2013 14:16:56 +0200 Subject: [PATCH] BUGFIX: The saveLibraryData method is assumed to have a argument, include in Interface --- h5p.classes.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 97c7064..c0cd835 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -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