germanzero / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Wrong query for set the ttl of a server access token #120

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is wrong query in library/store/OAuthStoreSQL.php (r190). In method 
setServerTokenTtl() at lines 667 and 689 should be "SET oct_token_ttl" (instead 
"SET ost_token_ttl").

Original issue reported on code.google.com by bjakwia...@gmail.com on 8 Jan 2012 at 12:23

GoogleCodeExporter commented 8 years ago
Looks like this bug lives more than 2 years... I`ve encountered it as well.

Original comment by den...@teramind.co on 5 Jan 2015 at 3:41