MDL-30982 fix one incorrect defined()

This commit is contained in:
Eloy Lafuente (stronk7)
2012-02-29 02:41:17 +01:00
parent d5d9d96ab4
commit 38a9c86fcb
+1 -1
View File
@@ -23,7 +23,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
/**
* abstract block task that provides all the properties and common steps to be performed