Skip to content

Commit

Permalink
Dev: Rename event to beforeCloseHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 20, 2017
1 parent 62da5d0 commit 1b99045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -5705,7 +5705,7 @@ function getFooter()
*/
function doFooter($surveyid = null)
{
$event = new PluginEvent('beforeFooterRender');
$event = new PluginEvent('beforeCloseHtml');
if ($surveyid) {
$event->set('surveyId', $surveyid);
}
Expand Down

1 comment on commit 1b99045

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

Please sign in to comment.