Closed c2pdev closed 9 years ago
I cant reproduce the bug, i get only one record with "possible_accounts" with your 4 lines.
Oh sorry for my misstake i have checked your bug with my fixed version :smiley:
here is the fix information https://github.com/emreakay/CodeIgniter-Aauth/issues/19#issuecomment-53143974 or download the pull request from me there all bugs fixed
emreakey please close the fixed issues like this many are closable :smiley:
ok @REJack :)
Please close #18, #19, #20, #21, #23, #29, #36, #39 and #41 too.
the code above should end with only one record in database with value 3, but for some reason in database are two separate records with the key"possible_accounts" assigned to the same user with value 0 and 3. For some reason update is not working properly. I tried to find error there but I couldn't find it.