Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue #2391 CodeIgniter::display404errors()
``CodeIgniter::display404errors`` calls Call to ``CodeIgniter::gatherOutput()`` causing a TypeError exception when ``$this->cachePage();`` is called with a null argument. Fixed by instantiating a Cache config object in ``display404errors()`` and passing it to ``gatherOutput()``
- Loading branch information