We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e336e06 commit 12a5c8dCopy full SHA for 12a5c8d
lib/db/legacyclasses.php
@@ -30,7 +30,7 @@
30
// The old class name is the key, the path to the file containing the class is the vlaue.
31
// The array must be called $legacyclasses.
32
$legacyclasses = [
33
- \bootstrap_renderer::class => 'output\bootstrap_renderer',
+ \bootstrap_renderer::class => 'output/bootstrap_renderer.php',
34
\coding_exception::class => 'exception/coding_exception.php',
35
\file_serving_exception::class => 'exception/file_serving_exception.php',
36
\invalid_dataroot_permissions::class => 'exception/invalid_dataroot_permissions.php',
0 commit comments