mirror of
https://github.com/moodle/moodle.git
synced 2025-06-06 16:16:51 +02:00
MDL-18229 gradereport_singleview: missing MOODLE_INTERNAL
This commit is contained in:
parent
992159f450
commit
73f94e88ff
@ -22,6 +22,8 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'gradereport_singleview'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->version = 2013081002;
|
||||
$plugin->requires = 2010090501;
|
||||
|
Loading…
x
Reference in New Issue
Block a user