From 6f0ca916eed1f2a3d0de2f31162edeef386d959f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Fri, 16 Sep 2016 19:21:44 +0200
Subject: [PATCH] bugfix: Fix build, missing closing parenthesis.

---
 modules/core/www/frontpage_config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index cd22c05d7..b8cb6f96a 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__))));
 
-- 
GitLab