Skip to content
Snippets Groups Projects

Fixed typo in gitlab.yml.example

Closed gitlab-qa-bot requested to merge github/fork/mlitwiniuk/patch-1 into master
3 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -51,7 +51,7 @@ class ProfilesController < ApplicationController
@@ -51,7 +51,7 @@ class ProfilesController < ApplicationController
end
end
def update_username
def update_username
if Gitlab.config.gitlab.username_changing_enabled
if @user.can_change_username?
@user.update_attributes(username: params[:user][:username])
@user.update_attributes(username: params[:user][:username])
end
end
Loading