Commit 19500062 authored by Dmitry Koshelev's avatar Dmitry Koshelev Committed by Shelane French
Browse files

Issue #3240459 by sh0dn, xamount: Breadcrumbs title cache issue - Breadcrumb...

Issue #3240459 by sh0dn, xamount: Breadcrumbs title cache issue - Breadcrumb title stuck on "Access Denied"
parent 3a754538
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']);
    $variables->addCacheContexts(['url', 'route', 'url.path', 'languages']);
  }

}