diff --git a/h5p.classes.php b/h5p.classes.php index c247a71..49f29b8 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1417,7 +1417,7 @@ class H5PStorage { * TRUE if one or more libraries were updated * FALSE otherwise */ - public function updatePackage($contentId, $contentMainId = NULL, $options) { + public function updatePackage($contentId, $contentMainId = NULL, $options = array()) { $this->deletePackage($contentId); return $this->savePackage($contentId, $contentMainId, FALSE, $options); }