summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/helpers/calendars_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/calendars_helper.rb b/app/helpers/calendars_helper.rb
index 20f1e8297..d898df3e9 100644
--- a/app/helpers/calendars_helper.rb
+++ b/app/helpers/calendars_helper.rb
@@ -35,7 +35,7 @@ module CalendarsHelper
link_target = url_for(params.merge(:year => year, :month => month))
link_to_remote(link_name,
- {:update => "content", :url => link_target, :method => :put},
+ {:update => "content", :url => link_target, :method => :get},
{:href => link_target})
end