diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index cd22c05d7eb0252d9aebe5c545f838b25695a974..b8cb6f96a880e21875327511d1c083289d7bb1e5 100644
--- a/modules/core/www/frontpage_config.php
+++ b/modules/core/www/frontpage_config.php
@@ -177,7 +177,7 @@ $t->data['links_federation'] = $links_federation;
 
 $t->data['enablematrix'] = $enablematrix;
 $t->data['funcmatrix'] = $funcmatrix;
-$t->data['requiredmap'] = array('recommended' => $t->noop('{core:frontpage:recommended}');
+$t->data['requiredmap'] = array('recommended' => $t->noop('{core:frontpage:recommended}'));
 $t->data['version'] = $config->getVersion();
 $t->data['directory'] = dirname(dirname(dirname(dirname(__FILE__))));