diff --git a/modules/cron/hooks/hook_configpage.php b/modules/cron/hooks/hook_configpage.php
index 51329aee9b6a1fef69fd95f604d4cf7f99d47624..8b7cbe0013164e457bcf3426ec7e70a5d34a9a05 100644
--- a/modules/cron/hooks/hook_configpage.php
+++ b/modules/cron/hooks/hook_configpage.php
@@ -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'),
     ];