Skip to content

Commit

Permalink
MDL-55551 Blog: Add missing MOODLE_INTERNAL check.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourget committed Aug 13, 2016
1 parent 6f302b1 commit f12d9aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blog/rsslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit f12d9aa

Please sign in to comment.