public function __construct($context) {
     parent::__construct(new DrupalOAuthDataStore($context));
 
    if (isset($this->context->authorization_options['signature_methods'])) {
      $sig_methods = $this->context->authorization_options['signature_methods'];

$this->context should be $context.

CommentFileSizeAuthor
#1 1535764-fix-signatures.patch764 bytesbojanz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bojanz’s picture

Status: Active » Needs review
FileSize
764 bytes

Patch by Damien Tournoud (from our internal git).

juampynr’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.