Fix some properties access via __get()
This commit is contained in:
parent
214dcf696e
commit
c63f6ba849
1 changed files with 6 additions and 4 deletions
|
@ -55,15 +55,17 @@ class tasklist extends rcube_plugin
|
||||||
|
|
||||||
public $rc;
|
public $rc;
|
||||||
public $lib;
|
public $lib;
|
||||||
public $driver;
|
|
||||||
public $timezone;
|
public $timezone;
|
||||||
public $ui;
|
public $ui;
|
||||||
public $home; // declare public to be used in other classes
|
public $home; // declare public to be used in other classes
|
||||||
|
|
||||||
|
// These are handled by __get()
|
||||||
|
// public $driver;
|
||||||
|
// public $itip;
|
||||||
|
// public $ical;
|
||||||
|
|
||||||
private $collapsed_tasks = array();
|
private $collapsed_tasks = array();
|
||||||
private $message_tasks = array();
|
private $message_tasks = array();
|
||||||
private $itip;
|
|
||||||
private $ical;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue