Chad Wingrave
Results
2
issues of
Chad Wingrave
lines 27 & 28 refer to a table 'a3m_rel_account_role_model' but should be 'a3m_rel_account_role'. Two quick edits and it functions properly. Thanks! ``` //$this->db->join('a3m_acl_role', 'a3m_rel_account_role_model.role_id = a3m_acl_role.id'); //$this->db->where("a3m_rel_account_role_model.account_id = $account_id AND...
bug
CodeIgniter had a patch to the _set_cookie function that is reproduced in the MY_Session.php class. It produces the error in the log file when encrypted sessions are used: "Session: HMAC...