Make update content type cache function public

JI-53
pull/38/head
thomasmars 2017-02-24 17:00:43 +01:00
parent 933b95f5ce
commit 3068d58b2b
1 changed files with 1 additions and 1 deletions

View File

@ -2764,7 +2764,7 @@ class H5PCore {
* *
* @return bool|object Returns endpoint data if found, otherwise FALSE * @return bool|object Returns endpoint data if found, otherwise FALSE
*/ */
function updateContentTypeCache($postData = NULL) { public function updateContentTypeCache($postData = NULL) {
$endpoint = 'http://hubendpoints/contenttypes'; $endpoint = 'http://hubendpoints/contenttypes';
$interface = $this->h5pF; $interface = $this->h5pF;