From 75f0f6d8bd49fda755d4dc3b47040fb98893d89b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Carlos=20Tim=C3=B3teo?= Date: Mon, 3 Jan 2011 18:45:52 +0000 Subject: [PATCH] typo error fix Signed-off-by: Jan Schneider --- framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php b/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php index 1905f7975..eed7ef32e 100644 --- a/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php +++ b/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php @@ -270,7 +270,7 @@ class Horde_Service_Facebook_Auth } elseif (!$ignore_cookies && $fb_params = $this->_getParams($this->_request->getCookieVars(), null, $this->_facebook->apiKey)) { - $cookies = $this->_reqeust->getCookieVars(); + $cookies = $this->_request->getCookieVars(); // Nothing yet, try cookies...this is where we will get our values // for an extenral web app accessing FB's API - assuming the session // has already been retrieved previously. @@ -503,4 +503,4 @@ class Horde_Service_Facebook_Auth array('session_key' => $this->getSessionKey())); } -} \ No newline at end of file +} -- 2.11.0