corbosman / dovecot_ident

Roundcube Ident Plugin
6 stars 6 forks source link

Fix "Undefined array key" warning #9

Open vaelu opened 1 month ago

vaelu commented 1 month ago

I always got the following warning:

PHP Warning: Undefined array key "preauth_ident" in /var/www/html/plugins/dovecot_ident/dovecot_ident.php on line 20

This PR fixes the warning with checking if the preauth_ident key does exist before accessing it.