cannod / moodle-drupalservices

Moodle plugin to connect to Drupal services
36 stars 25 forks source link

Update auth.php #96

Closed CrymSonir closed 2 years ago

CrymSonir commented 2 years ago

Here the issue : get_config('call_logout_service', 'auth_drupalservices') will always return false.

Correct way to call this : $config = get_config('auth_drupalservices'); Then acces ur value : $config->call_logout_service;

Also I have review some indent ...