Actions
Bug #3894
closedPHP 5.4 CB xml installfiles not being found
Description
When using PHP 5.4 and a CB plugin has an installfile it isn't being found. I suspect is an issue with XML parsing of some sorts. Needs further investigation.
Updated by krileon over 11 years ago
The IF check is not strict enough. It should be checking that $installfile_elemet is !== false instead of just that it exists as IF checks don't work very well on xml objects.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed all getElementByPath IF check usages to properly check for === or !== false as they should.
Actions