SSO: Fix PHP Fatal error: Call to undefined method kolab_sso_openidc::get_maram()
This commit is contained in:
parent
76eef24e65
commit
20503012d0
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ class kolab_sso_oauth2
|
|||
*/
|
||||
protected function validate_token_payload($payload)
|
||||
{
|
||||
$items = $this->get_maram('validate_items');
|
||||
$items = $this->get_param('validate_items');
|
||||
$email = $this->config['debug_email'] ?: $payload->{$this->get_param('user_field')};
|
||||
|
||||
if (empty($email)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue