Closed (fixed)
Project:
Token authentication
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2011 at 20:44 UTC
Updated:
20 Apr 2011 at 18:21 UTC
If the Context module is enabled, but $_SESSION['tokenauth_auth'] is not set (so a token hasn't been used to log in), this PHP error is thrown. Here's a simple fix.
| Comment | File | Size | Author |
|---|---|---|---|
| undefined-index-line-106-D6.patch | 439 bytes | Garrett Albright |
Comments
Comment #1
Grayside commentedPatch hadn't been made against -dev, but I committed the change.
http://drupalcode.org/project/tokenauth.git/commit/b95bb48
Comment #2
Grayside commentedDouble Trouble!