Skip to content

Commit

Permalink
mod_pcast: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bourget authored and Stephen Bourget committed Nov 3, 2023
1 parent cdc00c1 commit 0e04efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function add_completion_rules() {
$completionepisodes = 'completionepisodes' . $suffix;
$completionepisodesenabled = 'completionepisodesenabled' . $suffix;
$completionepisodesgroup = 'completionepisodesgroup' . $suffix;

$group = array();
$group[] =& $mform->createElement('checkbox', $completionepisodesenabled, '',
get_string('completionepisodes', 'pcast'));
Expand Down

0 comments on commit 0e04efc

Please sign in to comment.