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

REF Remove undefined variable when creating note #13457

Merged
merged 1 commit into from
Jan 20, 2019

Conversation

mattwire
Copy link
Contributor

Overview

Just remove an if statement that can never be true

Before

The variable $note can never be defined when we get to the else so the code will never run.

After

Remove the code that will never run.

Technical Details

Comments

@civibot
Copy link

civibot bot commented Jan 15, 2019

(Standard links)

@seamuslee001
Copy link
Contributor

Jenkins re test this please

@colemanw colemanw merged commit 4e6e5cc into civicrm:master Jan 20, 2019
@colemanw
Copy link
Member

Oh I see now.
FYI this commit accidentally made it into another of your PRs.

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

Successfully merging this pull request may close these issues.

3 participants