aboutsummaryrefslogtreecommitdiff
path: root/classes/handler.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-06-19 21:22:45 +0300
committerValentin Popov <info@valentineus.link>2018-06-19 21:22:45 +0300
commitf9772b1fb97b81468793388ed8af3c06f4f3e279 (patch)
tree6e33da8c616c2fc06a82e3d60a742ad412e4e1bd /classes/handler.php
parent3fa97bad312f24b815eac5b374e321512bc6aa4a (diff)
downloadlocal_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/handler.php')
-rw-r--r--classes/handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler.php b/classes/handler.php
index 8de9b3c..2381173 100644
--- a/classes/handler.php
+++ b/classes/handler.php
@@ -24,7 +24,7 @@
namespace local_webhooks;
-defined("MOODLE_INTERNAL") || die();
+defined('MOODLE_INTERNAL') || die();
require_once(__DIR__ . "/../lib.php");
require_once(__DIR__ . "/../locallib.php");