OAuth2_PHP
OAuth2_PHP copied to clipboard
Fix undefined index notice
Accessing an index in an array that has not been set generates a undefined index notice. empty() fixes that by checking if a variable is set first.