more bugfixes

This commit is contained in:
jomo
2014-06-26 23:20:01 +02:00
parent ccc8210c5b
commit 05a6de0798

View File

@@ -1,6 +1,6 @@
class ForumthreadsController < ApplicationController
before_filter :check_permission
before_filter :check_permission, only: [:show, :edit, :update, :destroy]
def index
redirect_to forum_path(@thread.forum.forumgroup, f)