Merge branch 'master' into tres

This commit is contained in:
redmatrix
2015-05-17 19:49:36 -07:00
31 changed files with 612 additions and 421 deletions

View File

@@ -78,11 +78,14 @@ require_once('include/items.php');
// list($consumer,$token) = $oauth->verify_request(OAuthRequest::from_request());
if (!is_null($token)){
$oauth->loginUser($token->uid);
$a->set_oauth_key($consumer->key);
call_hooks('logged_in', $a->user);
return;
}
echo __file__.__line__.__function__."<pre>";
var_dump($consumer, $token);
// var_dump($consumer, $token);
die();
}
catch(Exception $e) {