Bug #13
sfFacebookDoctrineGuardAdapter uses a hard coded classname
| 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