Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
Conflicts:
	composer.json
  • Loading branch information
stof committed Jul 15, 2012
2 parents 9e034fd + a3602d2 commit 2492024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Facebook/FacebookSessionPersistence.php
Expand Up @@ -13,8 +13,8 @@ class FacebookSessionPersistence extends \BaseFacebook
{
const PREFIX = '_fos_facebook_';

private $session;
private $prefix;
protected $session;
protected $prefix;
protected static $kSupportedKeys = array('state', 'code', 'access_token', 'user_id');

/**
Expand Down

0 comments on commit 2492024

Please sign in to comment.