Commit c1d09aff authored by Jakub Piasecki's avatar Jakub Piasecki Committed by Shelane French
Browse files

Issue #3254714 by zaporylie: Limit the cache scope for the breadcrumbs block

parent 5c7e042e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ class Breadcrumb extends PreprocessBase implements PreprocessInterface {
    }

    // Add cache context based on url.
    $variables->addCacheContexts(['url', 'route', 'url.path', 'languages']);
    $variables->addCacheContexts(['route', 'url.path', 'languages']);
  }

}