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

Remove array key that has no function

parent 36db7a60
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ use SimpleSAML\XHTML\Template;
*/
function cron_hook_configpage(Template &$template): void
{
$template->data['links']['cron'] = [
$template->data['links'][] = [
'href' => Module::getModuleURL('cron/info'),
'text' => Translate::noop('Cron module information page'),
];
......
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