Minor fixes to User and ApiQueryUsers
authorMarius Hoch <hoo@online.de>
Fri, 9 Nov 2012 21:23:14 +0000 (22:23 +0100)
committerMarius Hoch <hoo@online.de>
Fri, 9 Nov 2012 21:23:14 +0000 (22:23 +0100)
commit76eb53053e83c71b930dca321398c9f13369762e
tree17ed8251b9e5fcf87b6ecfd0b52aa33269d53d82
parent647ccc66c7148b23e09bc2131878bfe03b5796b2
Minor fixes to User and ApiQueryUsers

I've fixed several PHP notices and the problem that rights returned
by User::getRights() might have duplicates if altered by a hook
(same for User::getEffectiveGroups).

Change-Id: Id92af387d8c09414076bac40e83052cd6f913f42
includes/User.php
includes/api/ApiQueryUsers.php