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

BUG subTemplates should be an array #9989

Merged
merged 1 commit into from
Jan 14, 2022
Merged

Conversation

wilr
Copy link
Member

@wilr wilr commented Jun 22, 2021

See SSViewer::templates()and SSViewer::setTemplateFile()

Methods assume this variable should be an array. If you call setTemplateFile() directly prior / instead of any setTemplate call then a PHP warning is generated [Warning] array_merge(): Expected parameter 2 to be an array, null given

See `SSViewer::templates()`and `SSViewer::setTemplateFile()` 

Methods assume this variable should be an array. If you call `setTemplateFile()` directly prior / instead of any `setTemplate` call then a PHP warning is generated `[Warning] array_merge(): Expected parameter 2 to be an array, null given`
@michalkleiner michalkleiner merged commit d9aad6c into silverstripe:4 Jan 14, 2022
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.

2 participants