Skip to content

Commit

Permalink
mod_pcast: Fix debug notices on M4.3
Browse files Browse the repository at this point in the history
Fixes #12.  Thanks to @drachels
  • Loading branch information
Stephen Bourget authored and Stephen Bourget committed Nov 2, 2023
1 parent aac2dfb commit 15d076f
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 @@ -299,7 +299,7 @@ public function data_preprocessing(&$defaultvalues) {
* Add completion rules to form.
* @return array
*/
public function add_completion_rules() {
public function mod_pcast_add_completion_rules() {
$mform =& $this->_form;
$group = array();
$group[] =& $mform->createElement('checkbox', 'completionepisodesenabled', '',
Expand Down

0 comments on commit 15d076f

Please sign in to comment.