Undefined index error
-
Hello,
there is now an error for decades and there is still no fix:
PHP Notice: Undefined index: profile_error in /var/www/vhosts/httpdocs/wp-content/plugins/newsletter/subscription/subscription.php on line 1033
Just a little ?? = isset check would do the magic:
$buffer .= ' alert("' . addslashes( $this->options_profile['profile_error'] ?? '' ) . '");' . "\n";
Thanks a lot!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index error’ is closed to new replies.