mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
More php8 compat fixes
This commit is contained in:
@@ -77,9 +77,9 @@ class Calendar_Year extends Calendar
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function Calendar_Year($y)
|
||||
function __construct($y)
|
||||
{
|
||||
parent::Calendar($y);
|
||||
parent::__construct($y);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -137,4 +137,4 @@ class Calendar_Year extends Calendar
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user