MDL-55551 Blog: Add missing MOODLE_INTERNAL check.

This commit is contained in:
Stephen Bourget
2016-08-12 20:22:30 -04:00
parent bba74ca5ce
commit 4bbb0f5f9d
+2
View File
@@ -22,6 +22,8 @@
* @copyright 2010 Andrew Davis
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
require_once($CFG->dirroot.'/lib/rsslib.php');
require_once($CFG->dirroot .'/blog/lib.php');