"fixed wrong display of email-type participants (caused by class rename)"

This commit is contained in:
Ralf Becker 2008-07-29 05:13:45 +00:00
parent 2e7d0b551b
commit 57293bca75

View File

@ -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);