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

Fix undefined index by making sure that is_template is always defined #22993

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

mattwire
Copy link
Contributor

Overview

The value of $this->_values['is_template'] is checked in various places but may not be defined. Fix that.

Before

$this->_values['is_template'] not always defined.

After

$this->_values['is_template'] always defined.

Technical Details

If the form is not editing a template contribution this won't be set in the form.

Comments

@civibot
Copy link

civibot bot commented Mar 20, 2022

(Standard links)

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.

2 participants