diff --git a/h5p.classes.php b/h5p.classes.php index f0a5f2d..619cbc4 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1425,7 +1425,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); }