Fix PHP Warning: Missing argument 4 for calendar_ui::calendar_css_classes()
This commit is contained in:
parent
40237a3f6d
commit
9560ad30fc
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class calendar_ui
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public function calendar_css_classes($id, $prop, $mode, $attrib)
|
||||
public function calendar_css_classes($id, $prop, $mode, $attrib = array())
|
||||
{
|
||||
$color = $folder_color = $prop['color'];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue