mirror of
https://github.com/FriendsOfSymfony/FOSFacebookBundle.git
synced 2026-03-24 00:32:16 +01:00
[PR #161] [MERGED] Switch variables from private to protected #300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FriendsOfSymfony/FOSFacebookBundle/pull/161
Author: @tiois
Created: 7/10/2012
Status: ✅ Merged
Merged: 7/15/2012
Merged by: @stof
Base:
2.0← Head:2.0📝 Commits (1)
e5b85a0Switch variables from private to protected📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Facebook/FacebookSessionPersistence.php(+2 -2)📄 Description
We can't extend this class because of those 2 private variables, it causes problem when calling properties on $session from the getPersistentData method.
It fails on this line because $session is not accessible.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.