Skip to content

Commit

Permalink
Merge branch 'MDL-66708-KeyGenCache' of https://github.com/Cengage/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Dec 10, 2019
2 parents 56cabb8 + 2a6ea30 commit bf747f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/upgradelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @return string A warning message if a private key does not exist and cannot be generated.
*/
function mod_lti_verify_private_key() {
$key = get_config('privatekey', 'mod_lti');
$key = get_config('mod_lti', 'privatekey');

// If we already generated a valid key, no need to check.
if (empty($key)) {
Expand Down

0 comments on commit bf747f8

Please sign in to comment.