From f8243fe899e278406be5595b26c6c58c744087a5 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 25 Oct 2010 07:09:12 +0000
Subject: [PATCH] aggregator: Fix config template.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2592 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/aggregator/config-templates/module_aggregator.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/aggregator/config-templates/module_aggregator.php b/modules/aggregator/config-templates/module_aggregator.php
index 1c2d851c0..f941fa38f 100644
--- a/modules/aggregator/config-templates/module_aggregator.php
+++ b/modules/aggregator/config-templates/module_aggregator.php
@@ -6,14 +6,14 @@ $config = array(
 	/* List of aggregators. */
 	'aggregators' => array(
 		'example' => array(
-			'source' => array(
+			'sources' => array(
 				array('type' => 'flatfile'),  /* Metadata from metadata-directory. */
 				array('type' => 'xml', 'url' => 'https://idp.example.org/Metadata'),
 				array('type' => 'xml', 'file' => 'static-metadata.xml'),
 			),
 		),
 		'example2' => array(
-			'source' => array(
+			'sources' => array(
 				array('type' => 'xml', 'url' => 'https://idp.example.org/Metadata2'),
 			),
 			'set' => 'saml2',
-- 
GitLab