From c57dd5e193b3ac9a856d4c98a4173d48a32165c3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 15 Feb 2011 00:47:51 +0000 Subject: do not hardcode domain --- modules/bugzilla/templates/params | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index bf60aebb..5813232a 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -42,7 +42,7 @@ 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', 'emailsuffix' => '', - 'globalwatchers' => 'bugs@ml.mageia.org', + 'globalwatchers' => 'bugs@ml.<%= domain %>', 'inbound_proxies' => '', 'insidergroup' => '', 'letsubmitterchoosemilestone' => 0, -- cgit v1.2.1