Changed the class names so that they match the directory structure
This commit is contained in:
parent
fa5d45eef3
commit
7500bfda26
22 changed files with 72 additions and 72 deletions
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* The code elements core interaction API.
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
|||
|
||||
require_once($CFG->dirroot . '/mod/customcert/elements/element.class.php');
|
||||
|
||||
class customcert_element_code extends customcert_element_base {
|
||||
class customcert_elements_code extends customcert_elements_base {
|
||||
|
||||
/**
|
||||
* Handles rendering the element on the pdf.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue