diff options
author | Cagdas Gerede <Earth@BlueSky> | 2016-11-12 16:41:43 +0300 |
---|---|---|
committer | Cagdas Gerede <Earth@BlueSky> | 2016-11-12 16:41:43 +0300 |
commit | be6bcbe24e5dc39ab6854346708c738a5f285509 (patch) | |
tree | c46f623457aea911240d8585d1de861b3d75b6a3 | |
parent | 3b91c927195c19959afe008735a0c8f116c27826 (diff) | |
download | gitlab-ce-be6bcbe24e5dc39ab6854346708c738a5f285509.tar.gz |
Temporary change
-rw-r--r-- | app/controllers/projects/forks_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/forks_controller.rb b/app/controllers/projects/forks_controller.rb index 6892fea6eec..ade01c706a7 100644 --- a/app/controllers/projects/forks_controller.rb +++ b/app/controllers/projects/forks_controller.rb @@ -29,7 +29,6 @@ class Projects::ForksController < Projects::ApplicationController end def new - return authenticate_user! unless current_user @namespaces = current_user.manageable_namespaces @namespaces.delete(@project.namespace) end |