Skip to content
Snippets Groups Projects
Commit a75874bb authored by catch's avatar catch
Browse files

Issue #2884223 by kiamlaluno, Dinesh18: In \Drupal\Core\State\State,...

Issue #2884223 by kiamlaluno, Dinesh18: In \Drupal\Core\State\State, parent::delete($key) is called twice
parent c1221243
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public function setMultiple(array $data) {
*/
public function delete($key) {
parent::delete($key);
$this->deleteMultiple([$key]);
$this->keyValueStore->delete($key);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment