Welcome Guest, Not a member yet? Register   Sign In
Help adding CI3 compatibility to Flexi Auth
#5

Ok I found a fix, was how the library was being called, just needed to change

load_class('Flexi_auth_lite', 'libraries', FALSE);

to

$CI =& get_instance();
$CI->load->library('Flexi_auth_lite’);

Unless anyone is aghast at the idea of doing that?
Reply


Messages In This Thread
RE: Help adding CI3 compatibility to Flexi Auth - by mrtomtom - 11-12-2014, 12:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB