mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-57568 forms: Added missing include for button element.
This commit is contained in:
parent
5130953c8a
commit
5ad0bb82f1
@ -27,6 +27,7 @@
|
||||
|
||||
require_once("HTML/QuickForm/button.php");
|
||||
require_once(__DIR__ . '/../outputcomponents.php');
|
||||
require_once('templatable_form_element.php');
|
||||
|
||||
/**
|
||||
* HTML class for a button type element
|
||||
|
Loading…
x
Reference in New Issue
Block a user