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:
@@ -108,9 +108,9 @@ class Calendar_Month_Weekdays extends Calendar_Month
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function Calendar_Month_Weekdays($y, $m, $firstDay=null)
|
||||
function __construct($y, $m, $firstDay=null)
|
||||
{
|
||||
parent::Calendar_Month($y, $m, $firstDay);
|
||||
parent::__construct($y, $m, $firstDay);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -212,4 +212,4 @@ class Calendar_Month_Weekdays extends Calendar_Month
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user