Send in current content type cache update timestamp when updating content type cache
JI-53pull/38/head
parent
0641b3b824
commit
ec5a164971
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue