diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-04 15:01:41 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-04 15:01:41 +0100 |
commit | d470bc21da438551461319fdbe818a87a2426c4d (patch) | |
tree | 8e7fa7ca67c8943f8686f2052e86f3353dd69773 /lib/tasks | |
parent | 44f10351ba83faa49043b5a3f7de01da94a3e66b (diff) |
Use new configuration module.
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/translation.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/translation.rake b/lib/tasks/translation.rake index 0eb39f5e7..f6611cc80 100644 --- a/lib/tasks/translation.rake +++ b/lib/tasks/translation.rake @@ -156,7 +156,7 @@ namespace :translation do write_email(event_digest_email, 'Alerts on things the user is tracking', output_file) # user mailer - site_name = MySociety::Config.get('SITE_NAME', 'Alaveteli') + site_name = Configuration::site_name reasons = { :web => "", :email => _("Then you can sign in to {{site_name}}", :site_name => site_name), |