parent
952a07456c
commit
4a8a791327
|
@ -2752,9 +2752,11 @@ class H5PCore {
|
|||
/**
|
||||
* Update content type cache
|
||||
*
|
||||
* @param object $postData Data sent to the hub
|
||||
*
|
||||
* @return bool|object Returns endpoint data if found, otherwise FALSE
|
||||
*/
|
||||
function updateContentTypeCache($postData) {
|
||||
function updateContentTypeCache($postData = NULL) {
|
||||
$endpoint = 'http://hubendpoints/contenttypes';
|
||||
|
||||
$interface = $this->h5pF;
|
||||
|
|
Loading…
Reference in New Issue