From dc0928a4d50ffbb779e32317bc59eb2608147ff7 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 14 Jan 2010 12:59:31 +0000
Subject: [PATCH] aggregator: Fix dictionary references.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2119 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/aggregator/hooks/hook_frontpage.php | 2 +-
 modules/metarefresh/templates/fetch.tpl.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/aggregator/hooks/hook_frontpage.php b/modules/aggregator/hooks/hook_frontpage.php
index eaf8e5608..2bbb5cffe 100644
--- a/modules/aggregator/hooks/hook_frontpage.php
+++ b/modules/aggregator/hooks/hook_frontpage.php
@@ -10,7 +10,7 @@ function aggregator_hook_frontpage(&$links) {
 
 	$links['federation'][] = array(
 		'href' => SimpleSAML_Module::getModuleURL('aggregator/'),
-		'text' => '{aggregator:dict:frontpage_link}',
+		'text' => '{aggregator:aggregator:frontpage_link}',
 		);
 
 }
diff --git a/modules/metarefresh/templates/fetch.tpl.php b/modules/metarefresh/templates/fetch.tpl.php
index fe7b67687..6a1066cbc 100644
--- a/modules/metarefresh/templates/fetch.tpl.php
+++ b/modules/metarefresh/templates/fetch.tpl.php
@@ -1,5 +1,5 @@
 <?php
-$this->data['header'] = $this->t('{aggregator:dict:aggregator_header}');
+$this->data['header'] = $this->t('{aggregator:aggregator:aggregator_header}');
 $this->includeAtTemplateBase('includes/header.php');
 
 echo('<h1>Metarefresh fetch</h1>');
-- 
GitLab