Merge branch 'release'

redesign-copyrights
Frode Petterson 2015-06-15 16:11:21 +02:00
commit aa49bc88a2
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}