fixes #819
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class WikiPagesController < ApplicationController
|
||||
respond_to :html, :xml, :json, :js
|
||||
before_filter :member_only, :except => [:index, :show]
|
||||
before_filter :member_only, :except => [:index, :show, :show_or_new]
|
||||
before_filter :moderator_only, :only => [:destroy]
|
||||
before_filter :normalize_search_params, :only => [:index]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user