diff options
author | Stan Hu <stanhu@gmail.com> | 2017-05-11 12:40:44 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-05-11 12:40:44 -0700 |
commit | e3bac7dffe87a6e5adb1b51700acedba09420515 (patch) | |
tree | 3cad0696bdfeb79609c0442f79708fbbed2d93f1 /lib/api/groups.rb | |
parent | f4b6bc06da18bce9553032463ca2012d7cad7268 (diff) | |
parent | e7e132529bff3af38175076b84c818b6dea4b05f (diff) | |
download | gitlab-ce-sh-ajax-tests.tar.gz |
Merge branch 'master' into sh-ajax-testssh-ajax-tests
Diffstat (limited to 'lib/api/groups.rb')
-rw-r--r-- | lib/api/groups.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/groups.rb b/lib/api/groups.rb index 9ccc75681f9..3da7d735da8 100644 --- a/lib/api/groups.rb +++ b/lib/api/groups.rb @@ -24,7 +24,7 @@ module API def present_groups(groups, options = {}) options = options.reverse_merge( with: Entities::Group, - current_user: current_user, + current_user: current_user ) groups = groups.with_statistics if options[:statistics] |