Download & Extend

warning: Invalid argument supplied for foreach() in administerusersbyrole.module on line 83

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