From 3068d58b2bd21d098fe39cb05247ebfb0ef5954d Mon Sep 17 00:00:00 2001 From: thomasmars Date: Fri, 24 Feb 2017 17:00:43 +0100 Subject: [PATCH] Make update content type cache function public JI-53 --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index f0d2c2c..c8ad7f8 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2764,7 +2764,7 @@ class H5PCore { * * @return bool|object Returns endpoint data if found, otherwise FALSE */ - function updateContentTypeCache($postData = NULL) { + public function updateContentTypeCache($postData = NULL) { $endpoint = 'http://hubendpoints/contenttypes'; $interface = $this->h5pF;