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