MDL-55237 core_component: Fix last namespace level matching

Thanks to Andreas Grabs for proposing a fix.
This commit is contained in:
David Monllao
2016-08-30 11:15:27 +08:00
parent 35d5053ba2
commit 8bee2d8df6
3 changed files with 33 additions and 7 deletions
@@ -26,6 +26,8 @@ namespace mod_forum\output\email;
defined('MOODLE_INTERNAL') || die();
require_once(__DIR__ . '/../../../renderer.php');
/**
* Forum post renderable.
*