MDL-18229 gradereport_singleview: missing MOODLE_INTERNAL

This commit is contained in:
Dan Poltawski 2014-10-16 13:58:37 +01:00
parent 992159f450
commit 73f94e88ff

View File

@ -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;