Blog routing bug
What I Did
- An issue where
blog
segment was being ignored for blog module instead ofblogs
Implications
- Any site using a
blog
controller will now work correctly
How to test
- Ensure blogs still load and work correctly after updating to this build
- Add a
blog.php
controller, and ensure it's loadable