Skip to content

Commit

Permalink
OAuth2_Consumer::get_token() should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
kiall committed Oct 28, 2011
1 parent b51aed2 commit 3d5ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/oauth2/consumer.php
Expand Up @@ -183,7 +183,7 @@ protected function _store_token($token)
Session::instance()->set('oauth2.'.$this->_provider.'.token', $token);
}

protected function get_token()
public function get_token()
{
return $this->_token;
}
Expand Down

0 comments on commit 3d5ce63

Please sign in to comment.