| @@ -44,9 +44,9 @@ | ||
| 44 | 44 | protected $_weekdays = array(); |
| 45 | 45 | |
| 46 | 46 | var $timezone = ''; |
| 47 | 47 | |
| 48 | - function __construct( ?HC3_Settings $settings = NULL ) | |
| 48 | + function __construct( HC3_Settings $settings = NULL ) | |
| 49 | 49 | { |
| 50 | 50 | parent::__construct(); |
| 51 | 51 | |
| 52 | 52 | $localiseThis = array('__Jan__', '__Feb__', '__Mar__', '__Apr__', '__May__', '__Jun__', '__Jul__', '__Aug__', '__Sep__', '__Oct__', '__Nov__', '__Dec__'); |