summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-05-31 19:33:46 -0300
committerFelipe Artur <felipefac@gmail.com>2016-05-31 19:33:46 -0300
commit56f3b243ce08d105758a9b6edf96792627fa423c (patch)
tree6b8f0a2e47b5c3d43d34c2c2b25e1596ea7e501f /app/controllers/application_controller.rb
parent30e61ed79c89de4c31a4d2057f710ad2b0704389 (diff)
downloadgitlab-ce-56f3b243ce08d105758a9b6edf96792627fa423c.tar.gz
Add leading comment space copissue_15557
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 1429ee40bb7..9b2a9d298b3 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -263,7 +263,7 @@ class ApplicationController < ActionController::Base
# internal repos where you are not a member. Enable this filter
# or improve current implementation to filter only issues you
# created or assigned or mentioned
- #@filter_params[:authorized_only] = true
+ # @filter_params[:authorized_only] = true
end
@filter_params