Posted by marcingy on August 28, 2008 at 1:17am
| Project: | Admin role |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
If a role is deleted and then an admin role is selected ksort causes the incorrect array value to be set in adminrole_adminrole. Instead asort should be used as this maintains the assocaited key order. I'd role a patch but.. as this is basically a one letter change on line 67 it doesn't seem worth it ;-)
Comments
#1
#2
On further investigation more changes are required so here is a patch
#3
#4
I can't reproduce this bug. Please retest with drupal 6 dev and provide more detailed instructions to reproduce
#5
#6
ksort maintains key => value associations so I don't see a bug here.