Skip to content

Commit

Permalink
add Moodle internal check because of complaint from code runner
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Jul 5, 2023
1 parent dbe9523 commit cee48fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/plugininfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
use editor_tiny\plugin_with_buttons;
use editor_tiny\plugin_with_configuration;

defined('MOODLE_INTERNAL') || die;

require_once(__DIR__ . '/../../../../../behat/classes/util.php');

/**
Expand Down

0 comments on commit cee48fb

Please sign in to comment.