From: Evan Prodromou Date: Tue, 3 Jun 2008 11:58:39 +0000 (-0400) Subject: remove call to private get-version() method X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d266ab8c2dd57d9562b9252c70828c8a9f9b1a93;p=quix0rs-gnu-social.git remove call to private get-version() method darcs-hash:20080603115839-84dde-40da93a70e24274dcdc28ea2f4fd1e492fdb9e24.gz --- diff --git a/actions/userauthorization.php b/actions/userauthorization.php index aa4ca2fadf..aaa161b68a 100644 --- a/actions/userauthorization.php +++ b/actions/userauthorization.php @@ -36,8 +36,6 @@ class UserauthorizationAction extends Action { } common_debug('userauthorization.php - $req = "'.print_r($req,TRUE).'"'); $server = omb_oauth_server(); - common_debug('userauthorization.php - checking request version'); - $server->get_version($req); common_debug('userauthorization.php - getting the consumer'); $consumer = $server->get_consumer($req); common_debug('userauthorization.php - $consumer = "'.print_r($consumer,TRUE).'"');