summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/admin_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb
index 55ac8a7e2..f96cf66fb 100644
--- a/app/controllers/admin_controller.rb
+++ b/app/controllers/admin_controller.rb
@@ -23,12 +23,12 @@ class AdminController < ApplicationController
before_filter :require_admin
helper :sort
- include SortHelper
+ include SortHelper
def index
@no_configuration_data = Redmine::DefaultData::Loader::no_data?
end
-
+
def projects
@status = params[:status] || 1