From d3a9ac153d6d13142174d4ac614bd8fea102cd7d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 1 Dec 2017 14:55:31 +0400 Subject: Added classes that describe the form of the plugin --- editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor.php') diff --git a/editor.php b/editor.php index 1b27453..b098646 100644 --- a/editor.php +++ b/editor.php @@ -23,7 +23,7 @@ */ require_once(__DIR__ . "/../../../config.php"); -require_once(__DIR__ . "/classes/editor_form.php"); +require_once(__DIR__ . "/classes/standard_forms.php"); require_once(__DIR__ . "/lib.php"); require_once($CFG->libdir . "/adminlib.php"); -- cgit v1.2.3