remove call to private get-version() method
darcs-hash:20080603115839-84dde-40da93a70e24274dcdc28ea2f4fd1e492fdb9e24.gz
This commit is contained in:
parent
71c4032273
commit
d266ab8c2d
|
@ -36,8 +36,6 @@ class UserauthorizationAction extends Action {
|
||||||
}
|
}
|
||||||
common_debug('userauthorization.php - $req = "'.print_r($req,TRUE).'"');
|
common_debug('userauthorization.php - $req = "'.print_r($req,TRUE).'"');
|
||||||
$server = omb_oauth_server();
|
$server = omb_oauth_server();
|
||||||
common_debug('userauthorization.php - checking request version');
|
|
||||||
$server->get_version($req);
|
|
||||||
common_debug('userauthorization.php - getting the consumer');
|
common_debug('userauthorization.php - getting the consumer');
|
||||||
$consumer = $server->get_consumer($req);
|
$consumer = $server->get_consumer($req);
|
||||||
common_debug('userauthorization.php - $consumer = "'.print_r($consumer,TRUE).'"');
|
common_debug('userauthorization.php - $consumer = "'.print_r($consumer,TRUE).'"');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user