MDL-84385 mod_assign: Remove unneeded require_once
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user