Skip to content

Commit 083b76a

Browse files
committed
Fix link for hook
1 parent f70b9fa commit 083b76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/hook_configpage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
function consentAdmin_hook_configpage(Template &$template): void
1616
{
1717
$template->data['links'][] = [
18-
'href' => Module::getModuleURL('consentAdmin/consentAdmin.php'),
18+
'href' => Module::getModuleURL('consentAdmin/'),
1919
'text' => Translate::noop('Consent administration'),
2020
];
2121

0 commit comments

Comments
 (0)