Skip to content

Commit

Permalink
MDL-84385 mod_assign: Remove unneeded require_once
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstr committed Jan 30, 2025
1 parent c5d94d2 commit e95f0ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions mod/assign/batchsetallocatedmarkerform.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');

require_once($CFG->libdir.'/formslib.php');
require_once($CFG->dirroot . '/mod/assign/feedback/file/locallib.php');

/**
* Set allocated marker form.
*
Expand Down
5 changes: 0 additions & 5 deletions mod/assign/batchsetmarkingworkflowstateform.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');

require_once($CFG->libdir.'/formslib.php');
require_once($CFG->dirroot . '/mod/assign/feedback/file/locallib.php');

/**
* Set marking workflow form.
*
Expand Down

0 comments on commit e95f0ba

Please sign in to comment.