Issue #2884223 by kiamlaluno, Dinesh18: In \Drupal\Core\State\State, parent::delete($key) is called twice
parent
c122124367
commit
a75874bb6e
|
@ -86,7 +86,7 @@ class State extends CacheCollector implements StateInterface {
|
|||
*/
|
||||
public function delete($key) {
|
||||
parent::delete($key);
|
||||
$this->deleteMultiple([$key]);
|
||||
$this->keyValueStore->delete($key);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue