Commit e8cc7fa408469518baca1aef5ef89c50736d68bd

Authored by Victor Costa
2 parents 813f8256 e73614db

Merge branch 'hotfixes' into stable

plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb
... ... @@ -3,7 +3,7 @@
3 3 <div style="float: left">
4 4 <%= link_to_remote(image_tag("/plugins/comment_group/images/comments.gif"),
5 5 :url => { :profile => profile_identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => group_id, :article_id => article_id},
6   - :method => :post,
  6 + :method => :get,
7 7 :condition => "!toggleGroup(#{group_id})",
8 8 :complete => "loadCompleted(#{group_id})")%>
9 9 </div>
... ...