From ec5a164971a29fb99dbc880ee40160dc35e6a626 Mon Sep 17 00:00:00 2001 From: thomasmars Date: Fri, 24 Feb 2017 16:06:55 +0100 Subject: [PATCH] Send in current content type cache update timestamp when updating content type cache JI-53 --- h5p.classes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h5p.classes.php b/h5p.classes.php index df40cac..1ace399 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2771,6 +2771,8 @@ class H5PCore { ); } + $postData['current_cache'] = $this->h5pF->getOption('content_type_cache_updated_at', 0); + $data = $interface->fetchExternalData($endpoint, $postData); // No data received