SuiteCRM
SuiteCRM copied to clipboard
Deprecated constructor method is being called in Calendar
Issue
The deprecated constructor method is being called in the CalendarViewSaveSettings class
Expected Behavior
Call the correct constructor method
Actual Behavior
The deprecated constructor method is being called in the CalendarViewSaveSettings class
Possible Fix
Change parent::SugarView();
to parent::__construct();
Steps to Reproduce
- View the file:
modules/Calendar/views/view.savesettings.php
Context
Low priority
Your Environment
SuiteCRM Version used: Version 7.12.6 Browser name and version: Chrome Versión 100.0.4896.88 (Build oficial) (64 bits), Firefox 100.0 Environment name and version: MySQL, PHP 7.4 Operating System and version: Ubuntu 20.04