Skip to content

Commit dc0928a

Browse files
committed
aggregator: Fix dictionary references.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2119 44740490-163a-0410-bde0-09ae8108e29a
1 parent b498b71 commit dc0928a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/aggregator/hooks/hook_frontpage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function aggregator_hook_frontpage(&$links) {
1010

1111
$links['federation'][] = array(
1212
'href' => SimpleSAML_Module::getModuleURL('aggregator/'),
13-
'text' => '{aggregator:dict:frontpage_link}',
13+
'text' => '{aggregator:aggregator:frontpage_link}',
1414
);
1515

1616
}

modules/metarefresh/templates/fetch.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$this->data['header'] = $this->t('{aggregator:dict:aggregator_header}');
2+
$this->data['header'] = $this->t('{aggregator:aggregator:aggregator_header}');
33
$this->includeAtTemplateBase('includes/header.php');
44

55
echo('<h1>Metarefresh fetch</h1>');

0 commit comments

Comments
 (0)