diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-19 21:22:45 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-19 21:22:45 +0300 |
commit | f9772b1fb97b81468793388ed8af3c06f4f3e279 (patch) | |
tree | 6e33da8c616c2fc06a82e3d60a742ad412e4e1bd /classes/service_form.php | |
parent | 3fa97bad312f24b815eac5b374e321512bc6aa4a (diff) | |
download | local_webhooks-f9772b1fb97b81468793388ed8af3c06f4f3e279.tar.xz local_webhooks-f9772b1fb97b81468793388ed8af3c06f4f3e279.zip |
Fix check MOODLE_INTERNALv3.0.1
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'classes/service_form.php')
-rw-r--r-- | classes/service_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/service_form.php b/classes/service_form.php index 4f1ce31..3348247 100644 --- a/classes/service_form.php +++ b/classes/service_form.php @@ -22,7 +22,7 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -defined("MOODLE_INTERNAL") || die(); +defined('MOODLE_INTERNAL') || die(); require_once($CFG->libdir . "/formslib.php"); |