diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-01 13:55:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-01 14:01:01 +0300 |
commit | d3a9ac153d6d13142174d4ac614bd8fea102cd7d (patch) | |
tree | 19243adabeb88961a99630bbcfc581390d4e10eb /editor.php | |
parent | 939df70a5d448afa1dcc5c07ce4ea0b824978b8c (diff) | |
download | tool_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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |