Skip to content

Commit

Permalink
Fix for session issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shattuck authored and Michael Shattuck committed Feb 13, 2012
1 parent f15a3ae commit d589a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facebook/FacebookSessionPersistence.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FacebookSessionPersistence extends \BaseFacebook
* @param array $config the application configuration.
* @see BaseFacebook::__construct in facebook.php
*/
public function __construct($config, Session $session, $prefix = self::PREFIX)
public function __construct($config, Session\Session $session, $prefix = self::PREFIX)
{
$this->session = $session;
$this->prefix = $prefix;
Expand Down

0 comments on commit d589a61

Please sign in to comment.