After installing drupal and querying cache_tags table, you see tags like "1", "content" and "content:1". Typo in _menu_clear_page_cache() is causing the first two.
| Comment | File | Size | Author |
|---|---|---|---|
| typo_menu_clear_page_cache_tags.patch | 599 bytes | olli |
After installing drupal and querying cache_tags table, you see tags like "1", "content" and "content:1". Typo in _menu_clear_page_cache() is causing the first two.
| Comment | File | Size | Author |
|---|---|---|---|
| typo_menu_clear_page_cache_tags.patch | 599 bytes | olli |
Comments
Comment #1
olli commentedComment #2
ianthomas_ukThis patch is consistent with the documentation and other calls to cache_invalidate_tags, so RTBC.
https://api.drupal.org/api/drupal/core!includes!cache.inc/function/cache...
Comment #3
alexpottNice find! Committed ede56ec and pushed to 8.x. Thanks!