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 "list_mod_seq" in thunderbird_labels.php on line 441 #79

Open
buttercookie42 opened this issue Dec 5, 2023 · 1 comment

Comments

@buttercookie42
Copy link
Contributor

With PHP 8.1 and the current dev-master version, I've been getting a warning about "Undefined array key "list_mod_seq"" on this line:

$flags = $RCMAIL->storage->list_flags($mbox_name, explode(',', $uids), $_SESSION['list_mod_seq']);

mike-kfed added a commit that referenced this issue Dec 10, 2023
@mike-kfed
Copy link
Owner

added the classic empty() ternary operator, hope that helps you.
thanks for reporting the warning!

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

No branches or pull requests

2 participants