Closed (fixed)
Project:
Gigya - Social Infrastructure
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2011 at 19:49 UTC
Updated:
17 Nov 2011 at 20:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
ericduran commentedComment #2
ericduran commentedComment #3
apotek commentedLooks good, ericduran, but can you explicate the rationale of the code changes you made? What was the problem you are working around?
Comment #4
ericduran commented@apotek sure, Right now when ever the gigyaUser class is going to be used we need to make sure the gigya module is loaded which in turns loads more than it needs too.
This is excessive because drupal has a class auto-loader that can load any class when needed which requires a lot less effort. It'll also provide some separation between the class and the code.
Comment #5
gambaweb commentedthanks for that added
Comment #6
ericduran commentedThis was committed to the repo.