Set the requirements for this module to Moodle 2.4
The reason for this change is because the userfield element uses condition_info::get_condition_user_fields() which was introduced in 2.4.
This commit is contained in:
parent
cee65c6c37
commit
b7890cbb4f
13 changed files with 13 additions and 13 deletions
|
@ -25,5 +25,5 @@
|
|||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2013072301;
|
||||
$plugin->requires = 2012062500; // Requires this Moodle version.
|
||||
$plugin->requires = 2012120300; // Requires this Moodle version.
|
||||
$plugin->component = 'customcertelement_border';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue