diff --git a/h5p.classes.php b/h5p.classes.php index 16c029c..b83d668 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2763,7 +2763,7 @@ class H5PCore { // Set uuid if (!$postData) { - $postData = (object) array( + $postData = array( 'uuid' => $this->h5pF->getOption('site_uuid', '') ); }