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

dev/core#3104 - Crash when viewing a contact page - Call to undefined method CRM_Contact_Page_View_Summary::addExpectedSmartyVariables() #22897

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

demeritcowboy
Copy link
Contributor

Overview

Crash when viewing a contact summary.

Before

Call to undefined method CRM_Contact_Page_View_Summary::addExpectedSmartyVariables()

After

ok

Technical Details

While trying to clean up smarty/php notices on forms in #22894 I added a call to the function but that block also gets called on CRM_Core_Pages, which doesn't have the function.

Comments

Copied it from CRM_Core_Form.

@civibot
Copy link

civibot bot commented Mar 7, 2022

(Standard links)

@civibot civibot bot added the 5.48 label Mar 7, 2022
@demeritcowboy demeritcowboy merged commit 53bb34e into civicrm:5.48 Mar 7, 2022
@demeritcowboy demeritcowboy deleted the customview branch March 7, 2022 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants