marketing-factory / oauth2

Generic OAuth2 authentication and authorization for TYPO3 CMS
Other
9 stars 18 forks source link

[FIX] Use isset instead of is_array #37

Closed infabo closed 2 years ago

infabo commented 2 years ago

This avoids PHP8 warning "PHP Warning: Undefined variable $_SESSION"

tehplague commented 2 years ago

Thank you, @infabo

infabo commented 2 years ago

Thanks for merging!