@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | // Get the calendar root event |
| 26 | 26 | if (class_exists('org_openpsa_calendar_interface')) { |
| 27 | - $field =& $schemadb->get('default')->get_field('calendar'); |
|
| 27 | + $field = & $schemadb->get('default')->get_field('calendar'); |
|
| 28 | 28 | $field['type_config']['privilege_object'] = org_openpsa_calendar_interface::find_root_event(); |
| 29 | 29 | $field['type_config']['assignee'] = 'user:' . $person->guid; |
| 30 | 30 | } |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | // Get the calendar root event |
| 26 | 26 | if (class_exists('org_openpsa_calendar_interface')) { |
| 27 | - $field =& $schemadb->get('default')->get_field('calendar'); |
|
| 27 | + $field = & $schemadb->get('default')->get_field('calendar'); |
|
| 28 | 28 | $field['type_config']['privilege_object'] = org_openpsa_calendar_interface::find_root_event(); |
| 29 | 29 | $field['type_config']['assignee'] = 'group:' . $group->guid; |
| 30 | 30 | } |