MDL-36755 course_overview block: fix idiot version
I will shoot the programmer responsible for this mess.
This commit is contained in:
@@ -25,5 +25,5 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2012121000; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2012121000; // Requires this Moodle version
|
||||
$plugin->requires = 2012061700; // Requires this Moodle version
|
||||
$plugin->component = 'block_course_overview'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
Reference in New Issue
Block a user