aboutsummaryrefslogtreecommitdiff
path: root/editor.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-01 13:55:31 +0300
committerValentin Popov <info@valentineus.link>2017-12-01 14:01:01 +0300
commitd3a9ac153d6d13142174d4ac614bd8fea102cd7d (patch)
tree19243adabeb88961a99630bbcfc581390d4e10eb /editor.php
parent939df70a5d448afa1dcc5c07ce4ea0b824978b8c (diff)
downloadtool_managertokens-d3a9ac153d6d13142174d4ac614bd8fea102cd7d.tar.xz
tool_managertokens-d3a9ac153d6d13142174d4ac614bd8fea102cd7d.zip
Added classes that describe the form of the plugin
Diffstat (limited to 'editor.php')
-rw-r--r--editor.php2
1 files changed, 1 insertions, 1 deletions
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");