SSO: Fix PHP Fatal error: Call to undefined method kolab_sso_openidc::get_maram()

This commit is contained in:
Aleksander Machniak 2019-10-24 14:14:51 +02:00
parent 76eef24e65
commit 20503012d0

View file

@ -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)) {