typo error fix
authorCarlos Timóteo <carlos-e-timoteo@telecom.pt>
Mon, 3 Jan 2011 18:45:52 +0000 (18:45 +0000)
committerJan Schneider <jan@horde.org>
Tue, 4 Jan 2011 13:12:05 +0000 (14:12 +0100)
Signed-off-by: Jan Schneider <jan@horde.org>
framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php

index 1905f79..eed7ef3 100644 (file)
@@ -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
+}