Bug #13

avatar

sfFacebookDoctrineGuardAdapter uses a hard coded classname

Added by An dreas Stephan 89 days ago.

Status:New Start:06/07/2010
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:-
Target version:- Estimated time:0.10 hours

Description

methodd retrieveSfGuardUserByFacebookUid in sfFacebookDoctrineGuardAdapter uses

->innerJoin('u.Profile p')

As the class is configured in app.yml it should be

>innerJoin('u.'.$this>getProfilePhpName().' p')

instead

Also available in: Atom PDF