mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix webhook cache
This commit is contained in:
@@ -99,10 +99,10 @@ class Manager
|
||||
|
||||
if (is_null($this->data)) {
|
||||
$this->data = $this->buildData();
|
||||
}
|
||||
|
||||
if ($this->config->get('useCache')) {
|
||||
$this->storeDataToCache();
|
||||
if ($this->config->get('useCache')) {
|
||||
$this->storeDataToCache();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user