Skip to content
Snippets Groups Projects
Commit 6f0ca916 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

bugfix: Fix build, missing closing parenthesis.

parent 44b81fb6
No related branches found
No related tags found
No related merge requests found
......@@ -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__))));
......
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