Skip to content

Demo still calls $sf_user->getCurrentFacebookUid() even though sfFacebookUser has been eliminated #16

@barwin

Description

@barwin

Hi,

I've discovered a small but potentially confusing remnant from when myUser extended sfFacebookUser.

In modules/sfFacebookConnectDemo/templates/indexSuccess.php, there still remain two lines where $sf_user->getCurrentFacebookUid() is called. However, since myUser no longer inherits from sfFacebookUser, these lines result in a PHP error and halts execution.

If you remove those two lines, the demo works great.

Thanks!
-Ben Arwin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions