Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
5ad0bb82
Commit
5ad0bb82
authored
Jan 27, 2017
by
Helson Castro
Committed by
Adrian Greeve
Jan 27, 2017
Browse files
MDL-57568 forms: Added missing include for button element.
parent
5130953c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/form/button.php
View file @
5ad0bb82
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment