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:
@@ -135,7 +135,7 @@ class Calendar_Week extends Calendar
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function Calendar_Week($y, $m, $d, $firstDay = null)
|
||||
function __construct($y, $m, $d, $firstDay = null)
|
||||
{
|
||||
include_once CALENDAR_ROOT.'Table/Helper.php';
|
||||
parent::Calendar($y, $m, $d);
|
||||
@@ -467,4 +467,4 @@ class Calendar_Week extends Calendar
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user