diff --git a/app/controllers/knowledge_base/base_controller.rb b/app/controllers/knowledge_base/base_controller.rb index 86b9c1d82..e5a261e38 100644 --- a/app/controllers/knowledge_base/base_controller.rb +++ b/app/controllers/knowledge_base/base_controller.rb @@ -1,7 +1,7 @@ # Copyright (C) 2012-2017 Zammad Foundation, http://zammad-foundation.org/ class KnowledgeBase::BaseController < ApplicationController - before_action :authentication_check + prepend_before_action :authentication_check before_action :ensure_editor_or_reader before_action :ensure_editor, only: %i[create update destroy]