Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
Event ICS
Commits
45b9b0c1
Commit
45b9b0c1
authored
Jan 28, 2021
by
bgm
Browse files
Merge branch '
#2
' into 'master'
Extensions/eventics#2 See merge request
!2
parents
7ea0f015
32dcee72
Changes
1
Hide whitespace changes
Inline
Side-by-side
eventics.php
View file @
45b9b0c1
...
...
@@ -117,7 +117,7 @@ function eventics_civicrm_alterMailParams(&$params, $context) {
}
$start
=
$end
=
$type
=
0
;
$info
=
CRM_Event_BAO_Event
::
getCompleteInfo
(
$start
,
$type
,
$event_id
,
$end
);
$info
=
CRM_Event_BAO_Event
::
getCompleteInfo
(
$start
,
$type
,
$event_id
,
$end
,
FALSE
);
$template
=
CRM_Core_Smarty
::
singleton
();
$template
->
assign
(
'events'
,
$info
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment