Skip to content

Commit 12a5c8d

Browse files
andrewnicolsHuongNV13
authored andcommitted
MDL-81919 core: Correct mapped class location
1 parent e336e06 commit 12a5c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/db/legacyclasses.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// The old class name is the key, the path to the file containing the class is the vlaue.
3131
// The array must be called $legacyclasses.
3232
$legacyclasses = [
33-
\bootstrap_renderer::class => 'output\bootstrap_renderer',
33+
\bootstrap_renderer::class => 'output/bootstrap_renderer.php',
3434
\coding_exception::class => 'exception/coding_exception.php',
3535
\file_serving_exception::class => 'exception/file_serving_exception.php',
3636
\invalid_dataroot_permissions::class => 'exception/invalid_dataroot_permissions.php',

0 commit comments

Comments
 (0)