Pass postData as array when fetching external ct cache data

JI-54
pull/38/head
thomasmars 2017-02-23 13:28:59 +01:00
parent 4a8a791327
commit 183ec0a930
1 changed files with 1 additions and 1 deletions

View File

@ -2763,7 +2763,7 @@ class H5PCore {
// Set uuid
if (!$postData) {
$postData = (object) array(
$postData = array(
'uuid' => $this->h5pF->getOption('site_uuid', '')
);
}