mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02: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