Skip to content

Commit

Permalink
Correction problem tag display
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Popov <[email protected]>
  • Loading branch information
valentineus committed Feb 16, 2019
1 parent 833434c commit 835f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/service_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function definition() {
foreach ($eventlist as $event) {
/* Escaping event names */
$eventname = base64_encode($event[ 'eventname' ]);
$events[ $event[ 'component' ] ][] =& $mform->createElement('checkbox', $eventname, $event[ 'eventname' ]);
$events[ $event[ 'component' ] ][] =& $mform->createElement('checkbox', $eventname, $event[ 'eventname' ], $event[ 'eventname' ]);
}

/* Displays groups of items */
Expand Down

0 comments on commit 835f551

Please sign in to comment.