forked from extern/egroupware
Enable calendar items for projectmanager eRoles
This commit is contained in:
parent
c8d92bc7ca
commit
96ab59b2fd
@ -90,7 +90,7 @@ class calendar_merge extends bo_merge
|
||||
* @param boolean $last_event_too=false also include information about the last event
|
||||
* @return array
|
||||
*/
|
||||
protected function calendar_replacements($id,$prefix = '')
|
||||
public function calendar_replacements($id,$prefix = '')
|
||||
{
|
||||
$replacements = array();
|
||||
if(!is_array($id) || !$id['start']) {
|
||||
|
@ -24,7 +24,6 @@ class infolog_merge extends bo_merge
|
||||
*/
|
||||
var $public_functions = array(
|
||||
'show_replacements' => true,
|
||||
'infolog_replacements' => true,
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user