]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove call to private get-version() method
authorEvan Prodromou <evan@prodromou.name>
Tue, 3 Jun 2008 11:58:39 +0000 (07:58 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 3 Jun 2008 11:58:39 +0000 (07:58 -0400)
darcs-hash:20080603115839-84dde-40da93a70e24274dcdc28ea2f4fd1e492fdb9e24.gz

actions/userauthorization.php

index aa4ca2fadf5d2087d07c689b518670fe9b1c0606..aaa161b68aa827924fa6f55ce8e6fdc190d04e51 100644 (file)
@@ -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).'"');