Fix check MOODLE_INTERNAL
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
* @package tool_apisiteadmins
|
||||
*/
|
||||
|
||||
defined("MOODLE_INTERNAL") || die();
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = "tool_apisiteadmins";
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
Reference in New Issue
Block a user