User::addGroup could cause duplicate groups
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Wed, 3 Apr 2013 12:17:32 +0000 (12:17 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 23 Apr 2013 11:52:43 +0000 (11:52 +0000)
commita956fd06c332e1d8bb59fbfcf3dcca13b97a385a
tree379d26110eda288531b7de0429e93faa86b32dcb
parentb41a2f8f68acff2c4fa61ea8a7d226709a61753f
User::addGroup could cause duplicate groups

Use array_unique to avoid this case.

Bug: 46844
Change-Id: I14eb6e5a5333d887d71d545e42570493437dd320
includes/User.php