summaryrefslogtreecommitdiff
path: root/classes/event/administrator_deleted.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-06-11 18:00:07 +0300
committerValentin Popov <info@valentineus.link>2018-06-11 18:00:07 +0300
commit62c0ddbcd27f93fd9e2882dd035ab83a848ee3c4 (patch)
tree451f1b5713de22a50a4bc755ccee0618c8914bf0 /classes/event/administrator_deleted.php
parentf2f22e98178c53cd81d2a86db0ed7d3d190b6cfd (diff)
downloadtool_apisiteadmins-62c0ddbcd27f93fd9e2882dd035ab83a848ee3c4.tar.xz
tool_apisiteadmins-62c0ddbcd27f93fd9e2882dd035ab83a848ee3c4.zip
Fix check MOODLE_INTERNAL
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'classes/event/administrator_deleted.php')
-rw-r--r--classes/event/administrator_deleted.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/event/administrator_deleted.php b/classes/event/administrator_deleted.php
index 944dab5..81b89b9 100644
--- a/classes/event/administrator_deleted.php
+++ b/classes/event/administrator_deleted.php
@@ -24,7 +24,7 @@
namespace tool_apisiteadmins\event;
-defined("MOODLE_INTERNAL") || die();
+defined('MOODLE_INTERNAL') || die();
/**
* Defines how to work with events.