Auto-Modeler icon indicating copy to clipboard operation
Auto-Modeler copied to clipboard

Auth Automodeler ORM references ORM

Open nanodocumet opened this issue 13 years ago • 2 comments

Is this expected?

https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L94

I thought that by having AM there is no need for ORM, however, I see some references to ORM in the auth driver. But in other places it references AM_ORM

https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L58

Shouldn't AM be self-contained and not require ORM?

nanodocumet avatar Apr 22 '11 17:04 nanodocumet

Yes, it should be self contained. I've never used tokens with AM auth, and it seems i missed those lines when converting the driver over.

zombor avatar Apr 22 '11 17:04 zombor

Not tested, what about this?

https://gist.github.com/937184

nanodocumet avatar Apr 22 '11 17:04 nanodocumet