Changed the class names so that they match the directory structure

This commit is contained in:
Mark Nelson 2013-06-12 16:23:08 +08:00
parent fa5d45eef3
commit 7500bfda26
22 changed files with 72 additions and 72 deletions

View file

@ -18,13 +18,13 @@
/**
* This file contains the version information for the code plugin.
*
* @package customcertelement_code
* @package customcertelements_code
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
$plugin->version = 2013060600;
$plugin->version = 2013061200;
$plugin->requires = 2013040500; // Requires this Moodle version.
$plugin->component = 'customcertelement_code';
$plugin->component = 'customcertelements_code';