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#742 Fix XML parasing by swapping & for , #13654

Merged
merged 1 commit into from
Feb 24, 2019

Conversation

seamuslee001
Copy link
Contributor

Overview

This fixes warnings about failing to parase the XML file

Before

Warnings about libxml failing to parase Activity XML

After

No warnings

Technical Details

Seems like even tho & looks fine to parse the XML processor doesn't like it. However it seems looking at https://github.com/civicrm/civicrm-core/blob/master/CRM/Core/Menu.php#L364 there seems to have been a work around which is to use , instead of & in the xml to separate the separate path arguments

ping @eileenmcnaughton @totten

@civibot
Copy link

civibot bot commented Feb 21, 2019

(Standard links)

@civibot civibot bot added the master label Feb 21, 2019
@eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton
Copy link
Contributor

just noting this caused a regression #14280

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