Pulled latest changes

This commit is contained in:
Alex Bilbie 2012-09-19 19:30:35 +01:00
commit 926034c824

View File

@ -121,6 +121,9 @@ class Server
{
$accessToken = null;
$_SERVER['REQUEST_METHOD'] = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : null;
// Try and get the access token via an access_token or oauth_token parameter
switch ($_SERVER['REQUEST_METHOD'])
{