Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Warning: Undefined array key "style" #9611

Closed
1 of 2 tasks
photoninger opened this issue Aug 26, 2024 · 1 comment
Closed
1 of 2 tasks

PHP Warning: Undefined array key "style" #9611

photoninger opened this issue Aug 26, 2024 · 1 comment

Comments

@photoninger
Copy link

Prerequisites

  • I have searched for duplicate or closed issues
  • I can recreate the issue with all plugins disabled

Describe the issue

After upgrading to roundcube-1.6.8 I see in errors.log:
PHP Warning: Undefined array key "style" in /srv/www/roundcube/program/actions/mail/index.php on line 1192

Line 1192 is:

$attrs['style'] = ($attrs['style'] ? trim($attrs['style'], ';') . '; ' : '') . implode('; ', $style);

What browser(s) are you seeing the problem on?

No response

What version of PHP are you using?

8.2

What version of Roundcube are you using?

1.6.8

JavaScript errors

No response

PHP errors

PHP Warning: Undefined array key "style" in /srv/www/roundcube/program/actions/mail/index.php on line 1192

@alecpl alecpl added this to the 1.6.10 milestone Sep 7, 2024
alecpl added a commit that referenced this issue Sep 7, 2024
alecpl added a commit that referenced this issue Sep 7, 2024
@alecpl
Copy link
Member

alecpl commented Sep 7, 2024

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants