MDL-42666 repository_boxnet: fix broken version
The last commit here looked like Fred had broken the version, but it was my mistake. I owe Fred a beer at the next available opportunity.
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2013110517; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2013110700; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2013110500; // Requires this Moodle version
|
||||
$plugin->component = 'repository_boxnet'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
Reference in New Issue
Block a user