From 6e0cf4cdd59d8e0cae010f4d2005544685f6cbb8 Mon Sep 17 00:00:00 2001 From: Toks Date: Mon, 15 Apr 2013 00:38:01 -0400 Subject: [PATCH] fix typo --- app/controllers/posts_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb index 6c111d3ec..369d7d45a 100644 --- a/app/controllers/posts_controller.rb +++ b/app/controllers/posts_controller.rb @@ -1,6 +1,6 @@ class PostsController < ApplicationController before_filter :member_only, :except => [:show, :show_seq, :index] - before_fitler :janitor_only, :only => [:ban, :unban] + before_filter :janitor_only, :only => [:ban, :unban] after_filter :save_recent_tags, :only => [:update] respond_to :html, :xml, :json rescue_from PostSets::SearchError, :with => :rescue_exception