MDL-55494 report_eventlist: ignore only logstore_legacy

This commit is contained in:
Marina Glancy 2016-08-12 13:55:38 +08:00
parent 951f77006a
commit d29a07030e

View File

@ -197,7 +197,7 @@ class report_eventlist_list_generator {
if (method_exists($plugineventname, 'get_static_info')) {
if ($detail) {
$ref = new \ReflectionClass($plugineventname);
if (!$ref->isAbstract() && $plugin != 'legacy') {
if (!$ref->isAbstract() && $plugintype . '_' . $plugin !== 'logstore_legacy') {
$noncorepluginlist = self::format_data($noncorepluginlist, $plugineventname);
}
} else {