Closed (fixed)
Project:
Gigya - Social Infrastructure
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 17:45 UTC
Updated:
19 Mar 2013 at 07:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
q0rban commentedLooks good, although I'm not crazy about inline ternaries and the fact that destination still exists even though it's not being used. This might be easier to read:
Comment #2
ericduran commentedHere's a better patch.
I also got rid of the global $user object because it wasn't being used. It also doesn't append an empty destination query string when its empty.
Comment #3
ericduran commentedHere's another patch same issue, This time is its gigya.pages.inc
Comment #4
ericduran commentedHere's another patch. Rolled against 7.x-1.x-dev
This is a fixed for both the .module and the .pages.inc files.
I'm bumping the priority up on the issue :) Hope thats ok. This patch is necessary when running SimpleTest. If not the index causes the test to fails.
Comment #5
q0rban commentedLooks great. We're currently using this patch with success.
Comment #6
gambaweb commented