Welcome Guest, Not a member yet? Register   Sign In
application/Views/errors/html/error_exception.php
#1
Thumbs Down 
(This post was last modified: 02-16-2018, 07:10 PM by donpwinston.)

In my Eclipse IDE application/Views/errors/html/error_exception.php is getting flagged as an error(2) because of a reference to \CodeIgniter\Services::request(null, true).

Shouldn't it be \Config\Services::request(null, true)   \Config\Services::response(null, true) ?
Simpler is always better
Reply
#2

Well, it's currently showing up as CodeIgniter\Config\Services::request which is perfectly valid. But, yes, it should probably point to the main Config\Services to allow for any user overrides.

Good catch. Thanks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB