Bug #8
not 1.4 compliant
| Status: | New | Start: | 02/03/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
When you upgrade your symfony project up to 1.3 you get a warning on the file modules/sfFacebookConnectAuth/templates/signinSuccess.php as it uses the Form helper that has been deprecated since.
I have attached a patch that overcomes this issue removing all occurences of the Form helper and using html form elements instead.
History
Updated by Charles Bernard 215 days ago
I mean you get warnings when you run the project:validate task.