mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-55494 report_eventlist: ignore only logstore_legacy
This commit is contained in:
parent
951f77006a
commit
d29a07030e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user