Skip to content
Snippets Groups Projects
Commit d95f5932 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix links to cron

parent 4feaeabd
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ use SimpleSAML\XHTML\Template;
function cron_hook_configpage(Template &$template): void
{
$template->data['links']['cron'] = [
'href' => Module::getModuleURL('cron/croninfo.php'),
'href' => Module::getModuleURL('cron/info'),
'text' => Translate::noop('Cron module information page'),
];
$template->getLocalization()->addModuleDomain('cron');
......
......@@ -14,7 +14,7 @@ function cron_hook_frontpage(array &$links): void
Assert::keyExists($links, 'links');
$links['config'][] = [
'href' => Module::getModuleURL('cron/croninfo.php'),
'href' => Module::getModuleURL('cron/info'),
'text' => '{cron:cron:link_cron}',
];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment