Added missing scope to functions

This commit is contained in:
Mark Nelson 2013-07-23 14:44:11 +08:00
parent 323abd6da4
commit 8df94fd093
5 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ class mod_customcert_mod_form extends moodleform_mod {
/**
* Form definition.
*/
function definition() {
public function definition() {
global $CFG;
$mform =& $this->_form;