From 3a971de068d7c3016d2537664ab126fb3e288797 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 22 Mar 2012 17:19:14 -0300 Subject: [PATCH] [stoa] Returning homepage url instead of hash --- plugins/stoa/controllers/stoa_plugin_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stoa/controllers/stoa_plugin_controller.rb b/plugins/stoa/controllers/stoa_plugin_controller.rb index 1db6803..28d8099 100644 --- a/plugins/stoa/controllers/stoa_plugin_controller.rb +++ b/plugins/stoa/controllers/stoa_plugin_controller.rb @@ -13,7 +13,7 @@ class StoaPluginController < PublicController :first_name => user.name.split(' ').first, :surname => user.name.split(' ',2).last, :address => user.person.address, - :homepage => user.person.url, + :homepage => url_for(user.person.url), } else result = { :error => _('Incorrect user/password pair.') } -- libgit2 0.21.2