You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is caused by the fact that at the time of the call, the model isn't fully initialized yet. Meta has to finalize before the table name and columns are set.
Steps to reproduce:
(mt_rand(1, 100) === 1)
conditional.new Model_Auth_User_Token;
Result:
I've worked around this by moving the garbage collection to the constructor. There's a patch here should you be interested.
Cheers,
Aron
The text was updated successfully, but these errors were encountered: