Skip to content

Commit

Permalink
[FIX #5]Quiz mod correct class name before deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
hribeir0 committed Dec 17, 2023
1 parent 3cc6aff commit 4f121af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/output/mod_quiz_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @copyright 2023 Hugo Ribeiro <ribeiro.hugo@gmail.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class mod_quiz_renderer extends \mod_quiz\output\renderer {
class mod_quiz_renderer extends \mod_quiz_renderer {
/**
* Remove back button while taking a quiz
*
Expand Down

0 comments on commit 4f121af

Please sign in to comment.