diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 18:00:07 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 18:00:07 +0300 |
commit | 62c0ddbcd27f93fd9e2882dd035ab83a848ee3c4 (patch) | |
tree | 451f1b5713de22a50a4bc755ccee0618c8914bf0 /db/services.php | |
parent | f2f22e98178c53cd81d2a86db0ed7d3d190b6cfd (diff) | |
download | tool_apisiteadmins-62c0ddbcd27f93fd9e2882dd035ab83a848ee3c4.tar.xz tool_apisiteadmins-62c0ddbcd27f93fd9e2882dd035ab83a848ee3c4.zip |
Fix check MOODLE_INTERNAL
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'db/services.php')
-rw-r--r-- | db/services.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/services.php b/db/services.php index da355b3..7212a72 100644 --- a/db/services.php +++ b/db/services.php @@ -22,7 +22,7 @@ * @package tool_apisiteadmins */ -defined("MOODLE_INTERNAL") || die(); +defined('MOODLE_INTERNAL') || die(); $functions = array( "tool_apisiteadmins_add_to_administrators" => array( |