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:
Mark Nelson 2013-07-26 17:40:35 +08:00
parent cee65c6c37
commit b7890cbb4f
13 changed files with 13 additions and 13 deletions

View file

@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
$module->version = 2013072600; // The current module version (Date: YYYYMMDDXX).
$module->requires = 2012062500; // Requires this Moodle version.
$module->requires = 2012120300; // Requires this Moodle version.
$module->cron = 0; // Period for cron to check this module (secs).
$module->component = 'mod_customcert';