Module restricted all right, but did not want to allow search results to those I checked.

Shouldn't line 63:
$user_roles = $user->role;

be
$user_roles = $user->roles;
?

Comments

robert castelo’s picture

Status: Needs review » Fixed

Thanks bascostbudde, well spotted. Fixed in the next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.