parent
4a8a791327
commit
183ec0a930
|
@ -2763,7 +2763,7 @@ class H5PCore {
|
||||||
|
|
||||||
// Set uuid
|
// Set uuid
|
||||||
if (!$postData) {
|
if (!$postData) {
|
||||||
$postData = (object) array(
|
$postData = array(
|
||||||
'uuid' => $this->h5pF->getOption('site_uuid', '')
|
'uuid' => $this->h5pF->getOption('site_uuid', '')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue