Problem/Motivation

In urllogin.module, function urllogin_retrieve() the config key is incorrect when retrieving codekey value from config

$codekey = Drupal::config('urlloginisettings')->get('codekey');

Steps to reproduce

Proposed resolution

Use correct key (with period instead of 'i')

$codekey = Drupal::config('urllogin.settings')->get('codekey');

Issue fork urllogin-3195036

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

neubreed created an issue. See original summary.

philltran made their first commit to this issue’s fork.

philltran’s picture

@neubreed Thank you for posting this issue and correction!

  • philltran committed 9a84893 on 8.x-1.x
    Issue #3195036 by philltran, neubreed: urllogin_retrieve codekey typo
    
philltran’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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