Crispy

Results 12 comments of Crispy

Yeah, I lower cased these and the blog module now works fine in the Fuel admin panel, I can add posts and all that just fine. Now just the 404...

@daylightstudio you can tell git to not ignore case, if memory serves it should be... ``` shell git config --global core.ignorecase false ``` Remove the `--global` for the current repo.