From 183ec0a930b00b7bd4ffce826a2d64da823f5318 Mon Sep 17 00:00:00 2001 From: thomasmars Date: Thu, 23 Feb 2017 13:28:59 +0100 Subject: [PATCH] Pass postData as array when fetching external ct cache data JI-54 --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '') ); }