mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +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(
|
||||
'type' => 'e',
|
||||
'info' => 'bocal::email_info',
|
||||
'info' => __CLASS__.'::email_info',
|
||||
'app' => 'email',
|
||||
);
|
||||
$GLOBALS['egw']->session->appsession('resources','calendar',$this->resources);
|
||||
|
Loading…
Reference in New Issue
Block a user