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
4 files
+ 29
24
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -51,7 +51,9 @@ class ProfilesController < ApplicationController
@@ -51,7 +51,9 @@ class ProfilesController < ApplicationController
end
end
def update_username
def update_username
@user.update_attributes(username: params[:user][:username])
if Gitlab.config.gitlab.username_changing_enabled
 
@user.update_attributes(username: params[:user][:username])
 
end
respond_to do |format|
respond_to do |format|
format.js
format.js
Loading