From: Carlos Timóteo Date: Mon, 3 Jan 2011 18:45:52 +0000 (+0000) Subject: typo error fix X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=75f0f6d8bd49fda755d4dc3b47040fb98893d89b;p=horde.git typo error fix Signed-off-by: Jan Schneider --- 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 +}