diff options
Diffstat (limited to 'classes/handler.php')
-rw-r--r-- | classes/handler.php | 2 |
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"); |