OAuth2_PHP icon indicating copy to clipboard operation
OAuth2_PHP copied to clipboard

Fix undefined index notice

Open TechhDan opened this issue 4 years ago • 0 comments

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.

TechhDan avatar Dec 11 '20 18:12 TechhDan