MDL-36755 course_overview block: fix idiot version

I will shoot the programmer responsible for this mess.
This commit is contained in:
Dan Poltawski
2012-12-10 19:42:29 +08:00
parent 86e28894f4
commit 1b2cf98bb0
+1 -1
View File
@@ -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)