From 5e8cc8462bb95772d5b32453a89597827597ef51 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 25 Sep 2011 20:26:51 +0200 Subject: [PATCH] MDL-29509 fix maturity flag --- admin/tool/generator/version.php | 2 +- admin/tool/health/version.php | 2 +- admin/tool/replace/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/tool/generator/version.php b/admin/tool/generator/version.php index ea024466fc1..9b40d5762e6 100644 --- a/admin/tool/generator/version.php +++ b/admin/tool/generator/version.php @@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX $plugin->requires = 2011092100; // Requires this Moodle version $plugin->component = 'tool_generator'; // Full name of the plugin (used for diagnostics) -$maturity = MATURITY_ALPHA; // this version's maturity level +$plugin->maturity = MATURITY_ALPHA; // this version's maturity level diff --git a/admin/tool/health/version.php b/admin/tool/health/version.php index e9b920e8d58..6e7c9b300f1 100644 --- a/admin/tool/health/version.php +++ b/admin/tool/health/version.php @@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX $plugin->requires = 2011092100; // Requires this Moodle version $plugin->component = 'tool_health'; // Full name of the plugin (used for diagnostics) -$maturity = MATURITY_ALPHA; // this version's maturity level +$plugin->maturity = MATURITY_ALPHA; // this version's maturity level diff --git a/admin/tool/replace/version.php b/admin/tool/replace/version.php index f67bf1dde39..8466ee266d8 100644 --- a/admin/tool/replace/version.php +++ b/admin/tool/replace/version.php @@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX $plugin->requires = 2011092100; // Requires this Moodle version $plugin->component = 'tool_replace'; // Full name of the plugin (used for diagnostics) -$maturity = MATURITY_ALPHA; // this version's maturity level +$plugin->maturity = MATURITY_ALPHA; // this version's maturity level