adamgriffiths / ag-auth

The Easiest Authentication Library for the CodeIgniter PHP Framework.

Home Page:http://www.adamgriffiths.co.uk/user_guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null value not handled on line 35 of MY_Controller while triggering the field_exists function

lu1s opened this issue · comments

commented

This can be fixed by adding the following line after the line 33:

if($user == null) $user = array();

Didn't create a pull request. I've never done that. Sorry about that.