forked from extern/egroupware
making monthly_byday_num and monthly_bymonthday public, to use it in calendar_activsync
This commit is contained in:
parent
904471d3d3
commit
dd5000f11b
@ -111,7 +111,7 @@ class calendar_rrule implements Iterator
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $monthly_byday_num;
|
||||
public $monthly_byday_num;
|
||||
|
||||
/**
|
||||
* Number for monthly bymonthday: 1, ..., 31, -1=last day of month
|
||||
@ -120,7 +120,7 @@ class calendar_rrule implements Iterator
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $monthly_bymonthday;
|
||||
public $monthly_bymonthday;
|
||||
|
||||
/**
|
||||
* Enddate of recurring event or null, if not ending
|
||||
|
Loading…
Reference in New Issue
Block a user