MDL-81919 core: Correct mapped class location

This commit is contained in:
Andrew Nicols
2024-06-11 10:50:13 +07:00
committed by Huong Nguyen
parent e336e0660d
commit 12a5c8d366
+1 -1
View File
@@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die();
// The old class name is the key, the path to the file containing the class is the vlaue.
// The array must be called $legacyclasses.
$legacyclasses = [
\bootstrap_renderer::class => 'output\bootstrap_renderer',
\bootstrap_renderer::class => 'output/bootstrap_renderer.php',
\coding_exception::class => 'exception/coding_exception.php',
\file_serving_exception::class => 'exception/file_serving_exception.php',
\invalid_dataroot_permissions::class => 'exception/invalid_dataroot_permissions.php',