Initialize class before using self::$config
This commit is contained in:
parent
998b25171d
commit
1976658f3e
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ class kolab_storage
|
|||
*/
|
||||
public static function get_freebusy_server()
|
||||
{
|
||||
self::setup();
|
||||
|
||||
$url = 'https://' . $_SESSION['imap_host'] . '/freebusy';
|
||||
$url = self::$config->get('kolab_freebusy_server', $url);
|
||||
$url = rcube_utils::resolve_url($url);
|
||||
|
|
Loading…
Add table
Reference in a new issue