mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
[Legacy] Symfony Cache - Update System Config after save
This commit is contained in:
parent
9db4d9d14a
commit
133724db10
1 changed files with 4 additions and 0 deletions
|
@ -325,13 +325,17 @@ class Configurator
|
|||
|
||||
public function saveConfig()
|
||||
{
|
||||
|
||||
if ($this->saveImages() === false) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
$this->populateFromPost();
|
||||
$this->handleOverride();
|
||||
$this->clearCache();
|
||||
require_once "include/portability/Services/Cache/CacheManager.php";
|
||||
(new CacheManager())->markAsNeedsUpdate('rebuild_all');
|
||||
}
|
||||
|
||||
public function readOverride()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue