Make status map property visible to derived classes
This commit is contained in:
parent
3d09128795
commit
2b6706c5ff
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ abstract class kolab_format_xcal extends kolab_format
|
|||
'AUDIO' => Alarm::AudioAlarm,
|
||||
);
|
||||
|
||||
private $status_map = array(
|
||||
protected $status_map = array(
|
||||
'NEEDS-ACTION' => kolabformat::StatusNeedsAction,
|
||||
'IN-PROCESS' => kolabformat::StatusInProcess,
|
||||
'COMPLETED' => kolabformat::StatusCompleted,
|
||||
|
|
Loading…
Add table
Reference in a new issue