Skip to content

Commit

Permalink
MDL-81180 tool_mobile: fix typo in callback namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Mar 15, 2024
1 parent 93aa177 commit 78b73c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/mobile/db/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$callbacks = [
[
'hook' => \core\hook\output\before_standard_head_html_generation::class,
'callback' => [\tool_mobile\local\hooks\output\before_standard_head_html_generation::class, 'callback'],
'callback' => [\tool_mobile\local\hook\output\before_standard_head_html_generation::class, 'callback'],
'priority' => 0,
],
];

0 comments on commit 78b73c4

Please sign in to comment.