]> BookStack Code Mirror - bookstack/blobdiff - app/Services/SettingService.php
Adds overflow:auto to popup content to allow it to scroll in lower res.
[bookstack] / app / Services / SettingService.php
index 18a7c0d1b75846543aee5b535c45cd1ea4134ac7..ce87f5a4b8da2d9962a857a26d9f71427ed19838 100644 (file)
@@ -98,6 +98,9 @@ class SettingService
     {
         $cacheKey = $this->cachePrefix . $key;
         $this->cache->forget($cacheKey);
+        if (isset($this->localCache[$key])) {
+            unset($this->localCache[$key]);
+        }
     }
 
     /**