Added missing scope to functions
This commit is contained in:
parent
323abd6da4
commit
8df94fd093
5 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ class mod_customcert_mod_form extends moodleform_mod {
|
|||
/**
|
||||
* Form definition.
|
||||
*/
|
||||
function definition() {
|
||||
public function definition() {
|
||||
global $CFG;
|
||||
|
||||
$mform =& $this->_form;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue