Merge branch 'master' of github.com:h5p/h5p-php-library
commit
1764e80511
|
@ -1437,7 +1437,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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue