Closed (fixed)
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Feb 2012 at 12:20 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wedge commentedPatch fixed this notice for me. Thanks!
Comment #2
dave reidI think this simpler patch should solve it as well.
Comment #3
quicksketchThanks, Dave! Though I think the && operator fires before the assignment operator, so I think we'd better wrap the second conditional in parathesis.
Comment #4
dave reidOnly if it's *not* the last condition. Otherwise it's totally fine. :)
Comment #5
quicksketchThanks committed!