Right now the cache is set to DRUPAL_CACHE_PER_PAGE.
This is incorrect, instead it should be DRUPAL_CACHE_PER_ROLE | DRUPAL_CACHE_PER_PAGE because if not a logged out use could get the tabs of an admin. The links won't work but it shouldn't be display.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1551320-2-fixing-cache.patch | 855 bytes | ericduran |
Comments
Comment #1
ericduran commentedEasy enough.
Comment #2
ericduran commentedI'm going to go ahead and mark this RTBC as this is a pretty straight forward patch :)
Comment #2.0
ericduran commentedtype o
Comment #3
dealancer commentedWorks like a charm! Thanks. To be committed!
Comment #4
nebel54Patch works for me too, thanks!