| @@ -73,8 +73,9 @@ | ||
| 73 | 73 | |
| 74 | 74 | // Allow other plugins to modify cache html |
| 75 | 75 | $html = apply_filters('berqwp_cache_buffer', $html); |
| 76 | 76 | |
| 77 | + $page_url = bwp_canonicalize_page_url($page_url); | |
| 77 | 78 | $cache = new Cache(null, bwp_get_cache_dir()); |
| 78 | 79 | $cache->store_cache($page_url, $html); |
| 79 | 80 | |
| 80 | 81 | do_action('berqwp_stored_page_cache', $page_slug); |