We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dedcd commit 6431e80Copy full SHA for 6431e80
app/site/controllers/Admin/Config.php
@@ -201,7 +201,7 @@ public function formSubmitted(FAPI\Form $form, &$form_state)
201
$configuration = $this->loadObject($this->getRequest()->get('config_id'));
202
203
if (($values['action'] == 'edit' || $values['action'] == 'delete') && $this->getCache()->has('site.configuration')) {
204
- $cached_config = $this->getUtils()->getCachedConfig();
+ $cached_config = $this->getSiteData()->getCachedConfig();
205
if (isset($cached_config[$configuration->path])) {
206
unset($cached_config[$configuration->path]);
207
$this->getCache()->set('site.configuration', $cached_config);
0 commit comments