Skip to content

Commit f5e584c

Browse files
committed
Fix hook
1 parent 9f484a9 commit f5e584c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hooks/hook_configpage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
function metaedit_hook_configpage(Template &$template): void
1515
{
1616
$template->data['links'][] = [
17-
'href' => Module::getModuleURL('metaedit/index.php'),
18-
'text' => [Translate::noop('Metadata registry')],
17+
'href' => Module::getModuleURL('metaedit/'),
18+
'text' => Translate::noop('Metadata registry'),
1919
];
2020

2121
$template->getLocalization()->addModuleDomain('metaedit');

0 commit comments

Comments
 (0)