From 5ad0bb82f177aed7f2fb909d5a0c6c5b078f36c9 Mon Sep 17 00:00:00 2001 From: Helson Castro Date: Fri, 27 Jan 2017 13:55:07 +0800 Subject: [PATCH] MDL-57568 forms: Added missing include for button element. --- lib/form/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/form/button.php b/lib/form/button.php index 1229b38757f..768ef071e1a 100644 --- a/lib/form/button.php +++ b/lib/form/button.php @@ -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