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

Switch to !empty instead of isset #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

garex
Copy link

@garex garex commented Dec 27, 2017

Helpful in case of corrupted attachment properties.

Minor hotfix.

What we recently found is that when autoresend from gmail to yandex -- someone "kills" filename property of attachments. It becomes just empty. So instead of isset it's better use !empty.

Code coverage not changed. Tests was run locally.

ps: Btw, it's better to switch to docker already ))

@garex
Copy link
Author

garex commented Dec 27, 2017

TRavis failed as of it fails in master/develop too.

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

Successfully merging this pull request may close these issues.

1 participant