mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
"fixed wrong display of email-type participants (caused by class rename)"
This commit is contained in:
parent
2e7d0b551b
commit
57293bca75
@ -187,7 +187,7 @@ class calendar_bo
|
|||||||
}
|
}
|
||||||
$this->resources['e'] = array(
|
$this->resources['e'] = array(
|
||||||
'type' => 'e',
|
'type' => 'e',
|
||||||
'info' => 'bocal::email_info',
|
'info' => __CLASS__.'::email_info',
|
||||||
'app' => 'email',
|
'app' => 'email',
|
||||||
);
|
);
|
||||||
$GLOBALS['egw']->session->appsession('resources','calendar',$this->resources);
|
$GLOBALS['egw']->session->appsession('resources','calendar',$this->resources);
|
||||||
|
Loading…
Reference in New Issue
Block a user