From b9f7f39140e942df4dc08d4167d3c07202628840 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 13 May 2013 00:53:12 +0100 Subject: [PATCH] Cast the locale to a string --- app/views/site/_potlatch2.html.erb | 2 +- app/views/site/id.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index 54e02987b..f77f67f52 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -10,7 +10,7 @@ <% end %> -<% locale = select_locale(Potlatch2::LOCALES.keys) %> +<% locale = select_locale(Potlatch2::LOCALES.keys).to_s %>