Fix encoded signature in OAuthServer::check_signature

This commit is contained in:
Eher 2012-12-13 21:48:10 -02:00
parent 79300e5a58
commit 935c1f7709
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class OAuthServer {
$request,
$consumer,
$token,
$signature
Util::urldecode_rfc3986($signature)
);
if (!$valid_sig) {