X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FState%2FState.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FState%2FState.php;h=cefcb6273e6bcae88681f8b8c84960bc18b07c2a;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=572e5cbf3393601ccabb0c2237eb11688d2e169b;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/State/State.php b/web/core/lib/Drupal/Core/State/State.php index 572e5cbf3..cefcb6273 100644 --- a/web/core/lib/Drupal/Core/State/State.php +++ b/web/core/lib/Drupal/Core/State/State.php @@ -86,7 +86,7 @@ class State extends CacheCollector implements StateInterface { */ public function delete($key) { parent::delete($key); - $this->deleteMultiple([$key]); + $this->keyValueStore->delete($key); } /**