1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-12 10:31:33 +00:00

Removes unneeded inclusions of sort_helper.

git-svn-id: http://svn.redmine.org/redmine/trunk@16391 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-03-13 19:20:16 +00:00
parent 71d88e5535
commit 9db3d81e46
3 changed files with 0 additions and 6 deletions

View File

@ -23,8 +23,6 @@ class AdminController < ApplicationController
menu_item :info, :only => :info
before_action :require_admin
helper :sort
include SortHelper
def index
@no_configuration_data = Redmine::DefaultData::Loader::no_data?

View File

@ -25,8 +25,6 @@ class CalendarsController < ApplicationController
helper :projects
helper :queries
include QueriesHelper
helper :sort
include SortHelper
def show
if params[:year] and params[:year].to_i > 1900

View File

@ -26,8 +26,6 @@ class GanttsController < ApplicationController
helper :projects
helper :queries
include QueriesHelper
helper :sort
include SortHelper
include Redmine::Export::PDF
def show