SuiteCRM
SuiteCRM copied to clipboard
Fix #9650 - Deprecated constructor method is being called in Calendar
Closes #9650
Description
As described in the issue, this PR update the call to the deprecated constructor method.
Motivation and Context
Update the call to the deprecated constructor method.
How To Test This
It is a very simple change and it can see it by reviewing the code
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Final checklist
- [x] My code follows the code style of this project found here.
- [ ] My change requires a change to the documentation.
- [x] I have read the How to Contribute guidelines.