Fix some properties access via __get()

This commit is contained in:
Aleksander Machniak 2016-06-10 05:41:52 -04:00
parent 214dcf696e
commit c63f6ba849

View file

@ -55,15 +55,17 @@ class tasklist extends rcube_plugin
public $rc;
public $lib;
public $driver;
public $timezone;
public $ui;
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 $message_tasks = array();
private $itip;
private $ical;
private $message_tasks = array();
/**