diff options
Diffstat (limited to 'app/controllers/discussions_controller.rb')
| -rw-r--r-- | app/controllers/discussions_controller.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/app/controllers/discussions_controller.rb b/app/controllers/discussions_controller.rb index 8ea6459..eb91cfc 100644 --- a/app/controllers/discussions_controller.rb +++ b/app/controllers/discussions_controller.rb @@ -1,6 +1,6 @@  class DiscussionsController < ApplicationController    before_filter :authenticate_user! -  before_filter :check_permissions, :only => :show +  # before_filter :check_permissions, :only => :show    before_filter :load_and_check_discussion_recipient, :only => [:create, :new] @@ -74,7 +74,6 @@ class DiscussionsController < ApplicationController          redirect_to discussion_url(discussion), :notice => t("views.discussions.exists", :user => user[Inboxes::config.user_name])        end      end -        end  end | 
