From ac2ba0ec41987fd9b81f4f62828848d187101fce Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Mon, 30 Jun 2008 16:38:37 -0700 Subject: [PATCH] Added missing protocol to the Member rate form --- lib/budget_project_hook.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/budget_project_hook.rb b/lib/budget_project_hook.rb index 2676e60..5a41e7f 100644 --- a/lib/budget_project_hook.rb +++ b/lib/budget_project_hook.rb @@ -26,6 +26,7 @@ class BudgetProjectHook < Redmine::Plugin::Hook::Base :controller => 'members', :action => 'edit', :id => context[:member].id, + :protocol => Setting.protocol, :host => Setting.host_name }, :host => Setting.host_name,