Closed CrymSonir closed 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 ...
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 ...