Posted by kenorb on July 21, 2009 at 12:59pm
2 followers
Jump to:
| Project: | Administer Users by Role |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
URL: user/100/delete
On: Page not found.
Comments
#1
it's because this module doesn't check the result of user_load, so if we create an url with an uid which doesn't exists, user_load will return FALSE but the module doesn't see that.
After each user_load, it must have a !== FALSE verification check